#094979

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

Shades of Dark Cerulean #094979

Tints of Dark Cerulean #094979

Color information

#094979 (or 0x094979) is unknown color: approx Dark Cerulean. HEX triplet: 09, 49 and 79. RGB value is (9,73,121). Sum of RGB (Red+Green+Blue) = 9+73+121=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 121 (47.66% from 255 or 59.61% from 203); Max value from RGB is 121 - color contains mainly: blue. Hex color #094979 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094979 is #F6B686. Grayscale: #3B3B3B. Windows color (decimal): -16168583 or 7948553. OLE color: 7948553.

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

Color convert

RGB973121-
CMYK0.930.4000.53
HSL205.71º86.15%25.49%-
HSV(B)205.71º92.56%47.45%-
XYZ5.956.218.97-
YUV59.34162.892.1-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.43%
GREEN value IS 73 (28.91% from 255) = 35.96%
BLUE value IS 121 (47.66% from 255) = 59.61%
R=4.43%
G=35.96%
B=59.61%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9731210.930.4000.53205.7186.1525.49
Hex949795D28035ce5619
Octal111111711355006531612631
Binary1001100100111110011011101101000011010111001110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094979; }

 p { color: rgb(9,73,121); }

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

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

 a { background-color: rgb(9,73,121); }

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

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

 span { border-color: rgb(9,73,121); }

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