#09559C

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

Shades of Cobalt #09559C

Tints of Cobalt #09559C

Color information

#09559C (or 0x09559C) is unknown color: approx Cobalt. HEX triplet: 09, 55 and 9C. RGB value is (9,85,156). Sum of RGB (Red+Green+Blue) = 9+85+156=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 156 (61.33% from 255 or 62.4% from 250); Max value from RGB is 156 - color contains mainly: blue. Hex color #09559C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09559C is #F6AA63. Grayscale: #464646. Windows color (decimal): -16165476 or 10245385. OLE color: 10245385.

HSL color Cylindrical-coordinate representation of color #09559C: hue angle of 208.98º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09559C is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB985156-
CMYK0.940.4600.39
HSL208.98º89.09%32.35%-
HSV(B)208.98º94.23%61.18%-
XYZ9.368.9632.69-
YUV70.37176.3284.23-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.6%
GREEN value IS 85 (33.59% from 255) = 34%
BLUE value IS 156 (61.33% from 255) = 62.4%
R=3.6%
G=34%
B=62.4%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9851560.940.4600.39208.9889.0932.35
Hex9559C5E2E027d15920
Octal111252341365604732113140
Binary100110101011001110010111101011100100111110100011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09559C; }

 p { color: rgb(9,85,156); }

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

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

 a { background-color: rgb(9,85,156); }

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

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

 span { border-color: rgb(9,85,156); }

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