#094978

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

Shades of Dark Cerulean #094978

Tints of Dark Cerulean #094978

Color information

#094978 (or 0x094978) is unknown color: approx Dark Cerulean. HEX triplet: 09, 49 and 78. RGB value is (9,73,120). Sum of RGB (Red+Green+Blue) = 9+73+120=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 120 (47.27% from 255 or 59.41% from 202); Max value from RGB is 120 - color contains mainly: blue. Hex color #094978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094978 is #F6B687. Grayscale: #3A3A3A. Windows color (decimal): -16168584 or 7883017. OLE color: 7883017.

HSL color Cylindrical-coordinate representation of color #094978: hue angle of 205.41º 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 #094978 is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB973120-
CMYK0.920.3900.53
HSL205.41º86.05%25.29%-
HSV(B)205.41º92.5%47.06%-
XYZ5.896.1818.65-
YUV59.22162.392.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.46%
GREEN value IS 73 (28.91% from 255) = 36.14%
BLUE value IS 120 (47.27% from 255) = 59.41%
R=4.46%
G=36.14%
B=59.41%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9731200.920.3900.53205.4186.0525.29
Hex949785C27035cd5619
Octal111111701344706531512631
Binary1001100100111110001011100100111011010111001101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094978; }

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

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

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

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

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

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

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

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