Html Css Color HEX #09529C Cobalt

📋 copy color: '#09529C'

red 9 ◦ green 82 ◦ blue 156

#09529C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #09529C

Tints of Cobalt #09529C

RGB

 RED value IS 9 (3.91% from 255) = 3.64%

 GREEN value IS 82 (32.42% from 255) = 33.2%

 BLUE value IS 156 (61.33% from 255) = 63.16%

R = 3.64%
G = 33.2%
B = 63.16%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#09529C (or 0x09529C) is known color: 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

RGB 9 82 156 -
CMYK 0.94 0.47 0 0.39
HSL 210.2º 0.89% 0.32% -
HSV(B) 210.2º 0.94% 0.61% -
XYZ 9.13 8.49 32.61 -
YUV 68.61 177.32 85.48 -
System Red Green Blue C M Y K H S L
Decimal 9 82 156 0.94 0.47 0 0.39 210.2 0.89 0.32
Hex 9 52 9C 5E 2F 0 27 D2 59 20
Octal 11 122 234 136 57 0 47 322 131 40
Binary 1001 1010010 10011100 1011110 101111 0 100111 11010010 1011001 100000

Color Harmonies of #09529C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09529C

Black with #09529C

Text Example


Text Example

White with #09529C

Text Example


Text Example

HTML Codes & Css Web 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>