#09529E

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

Shades of Cobalt #09529E

Tints of Cobalt #09529E

Color information

#09529E (or 0x09529E) is unknown color: approx Cobalt. HEX triplet: 09, 52 and 9E. RGB value is (9,82,158). Sum of RGB (Red+Green+Blue) = 9+82+158=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 158 (62.11% from 255 or 63.45% from 249); Max value from RGB is 158 - color contains mainly: blue. Hex color #09529E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09529E is #F6AD61. Grayscale: #444444. Windows color (decimal): -16166242 or 10375689. OLE color: 10375689.

HSL color Cylindrical-coordinate representation of color #09529E: hue angle of 210.6º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09529E is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB982158-
CMYK0.940.4800.38
HSL210.6º89.22%32.75%-
HSV(B)210.6º94.3%61.96%-
XYZ9.38.5633.51-
YUV68.84178.3285.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.61%
GREEN value IS 82 (32.42% from 255) = 32.93%
BLUE value IS 158 (62.11% from 255) = 63.45%
R=3.61%
G=32.93%
B=63.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9821580.940.4800.38210.689.2232.75
Hex9529E5E30026d35921
Octal111222361366004632313141
Binary100110100101001111010111101100000100110110100111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09529E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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