#094D80

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

Shades of Dark Cerulean #094D80

Tints of Dark Cerulean #094D80

Color information

#094D80 (or 0x094D80) is unknown color: approx Dark Cerulean. HEX triplet: 09, 4D and 80. RGB value is (9,77,128). Sum of RGB (Red+Green+Blue) = 9+77+128=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 128 (50.39% from 255 or 59.81% from 214); Max value from RGB is 128 - color contains mainly: blue. Hex color #094D80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094D80 is #F6B27F. Grayscale: #3E3E3E. Windows color (decimal): -16167552 or 8408329. OLE color: 8408329.

HSL color Cylindrical-coordinate representation of color #094D80: hue angle of 205.71º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094D80 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB977128-
CMYK0.930.4000.50
HSL205.71º86.86%26.86%-
HSV(B)205.71º92.97%50.2%-
XYZ6.666.9221.41-
YUV62.48164.9789.85-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.21%
GREEN value IS 77 (30.47% from 255) = 35.98%
BLUE value IS 128 (50.39% from 255) = 59.81%
R=4.21%
G=35.98%
B=59.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9771280.930.4000.50205.7186.8626.86
Hex94D805D28032ce571b
Octal111152001355006231612733
Binary10011001101100000001011101101000011001011001110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094D80; }

 p { color: rgb(9,77,128); }

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

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

 a { background-color: rgb(9,77,128); }

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

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

 span { border-color: rgb(9,77,128); }

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