#093265

Color #093265 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #093265

Tints of Prussian Blue #093265

Color information

#093265 (or 0x093265) is unknown color: approx Prussian Blue. HEX triplet: 09, 32 and 65. RGB value is (9,50,101). Sum of RGB (Red+Green+Blue) = 9+50+101=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 50 (19.92% from 255 or 31.25% from 160); Blue value is 101 (39.84% from 255 or 63.12% from 160); Max value from RGB is 101 - color contains mainly: blue. Hex color #093265 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093265 is #F6CD9A. Grayscale: #2B2B2B. Windows color (decimal): -16174491 or 6631945. OLE color: 6631945.

HSL color Cylindrical-coordinate representation of color #093265: hue angle of 213.26º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093265 is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB950101-
CMYK0.910.5000.60
HSL213.26º83.64%21.57%-
HSV(B)213.26º91.09%39.61%-
XYZ3.63.2812.75-
YUV43.56160.42103.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 5.62%
GREEN value IS 50 (19.92% from 255) = 31.25%
BLUE value IS 101 (39.84% from 255) = 63.12%
R=5.62%
G=31.25%
B=63.12%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9501010.910.5000.60213.2683.6421.57
Hex932655B3203Cd55416
Octal11621451336207432512426
Binary100111001011001011011011110010011110011010101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093265; }

 p { color: rgb(9,50,101); }

 H1.HeaderClassName
 {
   color: #093265;
 }
 .AnyTagClassName
 {
   color: #093265;
 }
</style>
background-color css

<style>
 a { background-color: #093265; }

 a { background-color: rgb(9,50,101); }

 div.DivClassName
 {
   background-color: #093265;
 }
 .BgClassName
 {
   background-color: #093265;
 }
</style>
border-color css

<style>
 span { border-color: #093265; }

 span { border-color: rgb(9,50,101); }

 td.TdClassName
 {
   border-color: #093265;
 }
 .TagClassName
 {
   border-color: #093265;
 }
</style>