#094073

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

Shades of Dark Cerulean #094073

Tints of Dark Cerulean #094073

Color information

#094073 (or 0x094073) is unknown color: approx Dark Cerulean. HEX triplet: 09, 40 and 73. RGB value is (9,64,115). Sum of RGB (Red+Green+Blue) = 9+64+115=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 115 (45.31% from 255 or 61.17% from 188); Max value from RGB is 115 - color contains mainly: blue. Hex color #094073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094073 is #F6BF8C. Grayscale: #353535. Windows color (decimal): -16170893 or 7553033. OLE color: 7553033.

HSL color Cylindrical-coordinate representation of color #094073: hue angle of 208.87º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #094073 is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB964115-
CMYK0.920.4400.55
HSL208.87º85.48%24.31%-
HSV(B)208.87º92.17%45.1%-
XYZ5.044.9616.91-
YUV53.37162.7896.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.79%
GREEN value IS 64 (25.39% from 255) = 34.04%
BLUE value IS 115 (45.31% from 255) = 61.17%
R=4.79%
G=34.04%
B=61.17%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9641150.920.4400.55208.8785.4824.31
Hex940735C2C037d15518
Octal111001631345406732112530
Binary1001100000011100111011100101100011011111010001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094073; }

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

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

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

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

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

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

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

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