#094387

Color #094387 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #094387

Tints of Dark Cerulean #094387

Color information

#094387 (or 0x094387) is unknown color: approx Dark Cerulean. HEX triplet: 09, 43 and 87. RGB value is (9,67,135). Sum of RGB (Red+Green+Blue) = 9+67+135=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 135 (53.12% from 255 or 63.98% from 211); Max value from RGB is 135 - color contains mainly: blue. Hex color #094387 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094387 is #F6BC78. Grayscale: #393939. Windows color (decimal): -16170105 or 8864521. OLE color: 8864521.

HSL color Cylindrical-coordinate representation of color #094387: hue angle of 212.38º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094387 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB967135-
CMYK0.930.5000.47
HSL212.38º87.5%28.24%-
HSV(B)212.38º93.33%52.94%-
XYZ6.495.8223.7-
YUV57.41171.7893.47-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.27%
GREEN value IS 67 (26.56% from 255) = 31.75%
BLUE value IS 135 (53.12% from 255) = 63.98%
R=4.27%
G=31.75%
B=63.98%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9671350.930.5000.47212.3887.528.24
Hex943875D3202Fd4581c
Octal111032071356205732413034
Binary10011000011100001111011101110010010111111010100101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094387; }

 p { color: rgb(9,67,135); }

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

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

 a { background-color: rgb(9,67,135); }

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

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

 span { border-color: rgb(9,67,135); }

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