#094897

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

Shades of Cobalt #094897

Tints of Cobalt #094897

Color information

#094897 (or 0x094897) is unknown color: approx Cobalt. HEX triplet: 09, 48 and 97. RGB value is (9,72,151). Sum of RGB (Red+Green+Blue) = 9+72+151=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 151 (59.38% from 255 or 65.09% from 232); Max value from RGB is 151 - color contains mainly: blue. Hex color #094897 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094897 is #F6B768. Grayscale: #3D3D3D. Windows color (decimal): -16168809 or 9914377. OLE color: 9914377.

HSL color Cylindrical-coordinate representation of color #094897: hue angle of 213.38º 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 #094897 is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB972151-
CMYK0.940.5200.41
HSL213.38º88.75%31.37%-
HSV(B)213.38º94.04%59.22%-
XYZ8.026.9330.19-
YUV62.17178.1390.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.88%
GREEN value IS 72 (28.52% from 255) = 31.03%
BLUE value IS 151 (59.38% from 255) = 65.09%
R=3.88%
G=31.03%
B=65.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9721510.940.5200.41213.3888.7531.37
Hex948975E34029d5591f
Octal111102271366405132513137
Binary10011001000100101111011110110100010100111010101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094897; }

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

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

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

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

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

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

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

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