#094B97

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

Shades of Cobalt #094B97

Tints of Cobalt #094B97

Color information

#094B97 (or 0x094B97) is unknown color: approx Cobalt. HEX triplet: 09, 4B and 97. RGB value is (9,75,151). Sum of RGB (Red+Green+Blue) = 9+75+151=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 75 (29.69% from 255 or 31.91% from 235); Blue value is 151 (59.38% from 255 or 64.26% from 235); Max value from RGB is 151 - color contains mainly: blue. Hex color #094B97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094B97 is #F6B468. Grayscale: #3F3F3F. Windows color (decimal): -16168041 or 9915145. OLE color: 9915145.

HSL color Cylindrical-coordinate representation of color #094B97: hue angle of 212.11º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094B97 is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB975151-
CMYK0.940.5000.41
HSL212.11º88.75%31.37%-
HSV(B)212.11º94.04%59.22%-
XYZ8.217.3230.26-
YUV63.93177.1388.82-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.83%
GREEN value IS 75 (29.69% from 255) = 31.91%
BLUE value IS 151 (59.38% from 255) = 64.26%
R=3.83%
G=31.91%
B=64.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9751510.940.5000.41212.1188.7531.37
Hex94B975E32029d4591f
Octal111132271366205132413137
Binary10011001011100101111011110110010010100111010100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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