#094579

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

Shades of Dark Cerulean #094579

Tints of Dark Cerulean #094579

Color information

#094579 (or 0x094579) is unknown color: approx Dark Cerulean. HEX triplet: 09, 45 and 79. RGB value is (9,69,121). Sum of RGB (Red+Green+Blue) = 9+69+121=199 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.52% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 121 (47.66% from 255 or 60.80% from 199); Max value from RGB is 121 - color contains mainly: blue. Hex color #094579 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094579 is #F6BA86. Grayscale: #383838. Windows color (decimal): -16169607 or 7947529. OLE color: 7947529.

HSL color Cylindrical-coordinate representation of color #094579: hue angle of 207.86º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094579 is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB969121-
CMYK0.930.4300.53
HSL207.86º86.15%25.49%-
HSV(B)207.86º92.56%47.45%-
XYZ5.695.6918.89-
YUV56.99164.1293.77-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.52%
GREEN value IS 69 (27.34% from 255) = 34.67%
BLUE value IS 121 (47.66% from 255) = 60.80%
R=4.52%
G=34.67%
B=60.80%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9691210.930.4300.53207.8686.1525.49
Hex945795D2B035d05619
Octal111051711355306532012631
Binary1001100010111110011011101101011011010111010000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094579; }

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

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

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

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

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

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

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

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