#094a77

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

Shades of Dark Cerulean #094A77

Tints of Dark Cerulean #094A77

Color information

#094A77 (or 0x094A77) is unknown color: approx Dark Cerulean. HEX triplet: 09, 4A and 77. RGB value is (9,74,119). Sum of RGB (Red+Green+Blue) = 9+74+119=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 74 (29.30% from 255 or 36.63% from 202); Blue value is 119 (46.88% from 255 or 58.91% from 202); Max value from RGB is 119 - color contains mainly: blue. Hex color #094A77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A77 is #F6B588. Grayscale: #3B3B3B. Windows color (decimal): -16168329 or 7817737. OLE color: 7817737.

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

Color convert

RGB974119-
CMYK0.920.3800.53
HSL204.55º85.94%25.1%-
HSV(B)204.55º92.44%46.67%-
XYZ5.896.2918.36-
YUV59.7161.4791.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.46%
GREEN value IS 74 (29.30% from 255) = 36.63%
BLUE value IS 119 (46.88% from 255) = 58.91%
R=4.46%
G=36.63%
B=58.91%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9741190.920.3800.53204.5585.9425.1
Hex94A775C26035cd5619
Octal111121671344606531512631
Binary1001100101011101111011100100110011010111001101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094a77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,74,119); }

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

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

 a { background-color: rgb(9,74,119); }

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

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

 span { border-color: rgb(9,74,119); }

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