#094D78

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

Shades of Dark Cerulean #094D78

Tints of Dark Cerulean #094D78

Color information

#094D78 (or 0x094D78) is unknown color: approx Dark Cerulean. HEX triplet: 09, 4D and 78. RGB value is (9,77,120). Sum of RGB (Red+Green+Blue) = 9+77+120=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 120 (47.27% from 255 or 58.25% from 206); Max value from RGB is 120 - color contains mainly: blue. Hex color #094D78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094D78 is #F6B287. Grayscale: #3D3D3D. Windows color (decimal): -16167560 or 7884041. OLE color: 7884041.

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

Color convert

RGB977120-
CMYK0.920.3600.53
HSL203.24º86.05%25.29%-
HSV(B)203.24º92.5%47.06%-
XYZ6.166.7218.74-
YUV61.57160.9790.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.37%
GREEN value IS 77 (30.47% from 255) = 37.38%
BLUE value IS 120 (47.27% from 255) = 58.25%
R=4.37%
G=37.38%
B=58.25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9771200.920.3600.53203.2486.0525.29
Hex94D785C24035cb5619
Octal111151701344406531312631
Binary1001100110111110001011100100100011010111001011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094D78; }

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

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

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

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

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

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

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

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