#094776

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

Shades of Dark Cerulean #094776

Tints of Dark Cerulean #094776

Color information

#094776 (or 0x094776) is unknown color: approx Dark Cerulean. HEX triplet: 09, 47 and 76. RGB value is (9,71,118). Sum of RGB (Red+Green+Blue) = 9+71+118=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 118 (46.48% from 255 or 59.60% from 198); Max value from RGB is 118 - color contains mainly: blue. Hex color #094776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094776 is #F6B889. Grayscale: #393939. Windows color (decimal): -16169098 or 7751433. OLE color: 7751433.

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

Color convert

RGB971118-
CMYK0.920.4000.54
HSL205.87º85.83%24.9%-
HSV(B)205.87º92.37%46.27%-
XYZ5.645.8717.98-
YUV57.82161.9693.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.55%
GREEN value IS 71 (28.12% from 255) = 35.86%
BLUE value IS 118 (46.48% from 255) = 59.60%
R=4.55%
G=35.86%
B=59.60%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9711180.920.4000.54205.8785.8324.9
Hex947765C28036ce5619
Octal111071661345006631612631
Binary1001100011111101101011100101000011011011001110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094776; }

 p { color: rgb(9,71,118); }

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

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

 a { background-color: rgb(9,71,118); }

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

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

 span { border-color: rgb(9,71,118); }

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