#094576

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

Shades of Dark Cerulean #094576

Tints of Dark Cerulean #094576

Color information

#094576 (or 0x094576) is unknown color: approx Dark Cerulean. HEX triplet: 09, 45 and 76. RGB value is (9,69,118). Sum of RGB (Red+Green+Blue) = 9+69+118=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #094576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094576 is #F6BA89. Grayscale: #383838. Windows color (decimal): -16169610 or 7750921. OLE color: 7750921.

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

Color convert

RGB969118-
CMYK0.920.4200.54
HSL206.97º85.83%24.9%-
HSV(B)206.97º92.37%46.27%-
XYZ5.515.6217.93-
YUV56.65162.6294.02-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.59%
GREEN value IS 69 (27.34% from 255) = 35.20%
BLUE value IS 118 (46.48% from 255) = 60.20%
R=4.59%
G=35.20%
B=60.20%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9691180.920.4200.54206.9785.8324.9
Hex945765C2A036cf5619
Octal111051661345206631712631
Binary1001100010111101101011100101010011011011001111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094576; }

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

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

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

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

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

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

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

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