#094b91

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

Shades of Dark Cerulean #094B91

Tints of Dark Cerulean #094B91

Color information

#094B91 (or 0x094B91) is unknown color: approx Dark Cerulean. HEX triplet: 09, 4B and 91. RGB value is (9,75,145). Sum of RGB (Red+Green+Blue) = 9+75+145=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 145 (57.03% from 255 or 63.32% from 229); Max value from RGB is 145 - color contains mainly: blue. Hex color #094B91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094B91 is #F6B46E. Grayscale: #3E3E3E. Windows color (decimal): -16168047 or 9521929. OLE color: 9521929.

HSL color Cylindrical-coordinate representation of color #094B91: hue angle of 210.88º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094B91 is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB975145-
CMYK0.940.4800.43
HSL210.88º88.31%30.2%-
HSV(B)210.88º93.79%56.86%-
XYZ7.747.1327.76-
YUV63.25174.1389.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.93%
GREEN value IS 75 (29.69% from 255) = 32.75%
BLUE value IS 145 (57.03% from 255) = 63.32%
R=3.93%
G=32.75%
B=63.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9751450.940.4800.43210.8888.3130.2
Hex94B915E3002Bd3581e
Octal111132211366005332313036
Binary10011001011100100011011110110000010101111010011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094b91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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