#094B80

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

Shades of Dark Cerulean #094B80

Tints of Dark Cerulean #094B80

Color information

#094B80 (or 0x094B80) is unknown color: approx Dark Cerulean. HEX triplet: 09, 4B and 80. RGB value is (9,75,128). Sum of RGB (Red+Green+Blue) = 9+75+128=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 128 (50.39% from 255 or 60.38% from 212); Max value from RGB is 128 - color contains mainly: blue. Hex color #094B80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094B80 is #F6B47F. Grayscale: #3D3D3D. Windows color (decimal): -16168064 or 8407817. OLE color: 8407817.

HSL color Cylindrical-coordinate representation of color #094B80: hue angle of 206.72º 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 #094B80 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB975128-
CMYK0.930.4100.50
HSL206.72º86.86%26.86%-
HSV(B)206.72º92.97%50.2%-
XYZ6.536.6521.36-
YUV61.31165.6390.69-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.25%
GREEN value IS 75 (29.69% from 255) = 35.38%
BLUE value IS 128 (50.39% from 255) = 60.38%
R=4.25%
G=35.38%
B=60.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9751280.930.4100.50206.7286.8626.86
Hex94B805D29032cf571b
Octal111132001355106231712733
Binary10011001011100000001011101101001011001011001111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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