#09529C

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

Shades of Cobalt #09529C

Tints of Cobalt #09529C

Color information

#09529C (or 0x09529C) is unknown color: approx Cobalt. HEX triplet: 09, 52 and 9C. RGB value is (9,82,156). Sum of RGB (Red+Green+Blue) = 9+82+156=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #09529C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09529C is #F6AD63. Grayscale: #444444. Windows color (decimal): -16166244 or 10244617. OLE color: 10244617.

HSL color Cylindrical-coordinate representation of color #09529C: hue angle of 210.2º 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 #09529C is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB982156-
CMYK0.940.4700.39
HSL210.2º89.09%32.35%-
HSV(B)210.2º94.23%61.18%-
XYZ9.138.4932.61-
YUV68.61177.3285.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.64%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 156 (61.33% from 255) = 63.16%
R=3.64%
G=33.20%
B=63.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9821560.940.4700.39210.289.0932.35
Hex9529C5E2F027d25920
Octal111222341365704732213140
Binary100110100101001110010111101011110100111110100101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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