#094473

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

Shades of Dark Cerulean #094473

Tints of Dark Cerulean #094473

Color information

#094473 (or 0x094473) is unknown color: approx Dark Cerulean. HEX triplet: 09, 44 and 73. RGB value is (9,68,115). Sum of RGB (Red+Green+Blue) = 9+68+115=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #094473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094473 is #F6BB8C. Grayscale: #373737. Windows color (decimal): -16169869 or 7554057. OLE color: 7554057.

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

Color convert

RGB968115-
CMYK0.920.4100.55
HSL206.6º85.48%24.31%-
HSV(B)206.6º92.17%45.1%-
XYZ5.275.4316.99-
YUV55.72161.4594.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.69%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 115 (45.31% from 255) = 59.90%
R=4.69%
G=35.42%
B=59.90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9681150.920.4100.55206.685.4824.31
Hex944735C29037cf5518
Octal111041631345106731712530
Binary1001100010011100111011100101001011011111001111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094473; }

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

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

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

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

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

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

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

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