#094076

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

Shades of Dark Cerulean #094076

Tints of Dark Cerulean #094076

Color information

#094076 (or 0x094076) is unknown color: approx Dark Cerulean. HEX triplet: 09, 40 and 76. RGB value is (9,64,118). Sum of RGB (Red+Green+Blue) = 9+64+118=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 118 (46.48% from 255 or 61.78% from 191); Max value from RGB is 118 - color contains mainly: blue. Hex color #094076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094076 is #F6BF89. Grayscale: #353535. Windows color (decimal): -16170890 or 7749641. OLE color: 7749641.

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

Color convert

RGB964118-
CMYK0.920.4600.54
HSL209.72º85.83%24.9%-
HSV(B)209.72º92.37%46.27%-
XYZ5.225.0317.84-
YUV53.71164.2896.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.71%
GREEN value IS 64 (25.39% from 255) = 33.51%
BLUE value IS 118 (46.48% from 255) = 61.78%
R=4.71%
G=33.51%
B=61.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9641180.920.4600.54209.7285.8324.9
Hex940765C2E036d25619
Octal111001661345606632212631
Binary1001100000011101101011100101110011011011010010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094076; }

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

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

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

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

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

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

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

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