Html Css Color HEX #09539C Cobalt

📋 copy color: '#09539C'

red 9 ◦ green 83 ◦ blue 156

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

Shades of Cobalt #09539C

Tints of Cobalt #09539C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.47%

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

R = 3.63%
G = 33.47%
B = 62.9%

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

#09539C (or 0x09539C) is known color: Cobalt. HEX triplet: 09, 53 and 9C. RGB value is (9,83,156). Sum of RGB (Red+Green+Blue) = 9+83+156=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 156 (61.33% from 255 or 62.90% from 248); Max value from RGB is 156 - color contains mainly: blue. Hex color #09539C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09539C is #F6AC63. Grayscale: #444444. Windows color (decimal): -16165988 or 10244873. OLE color: 10244873.

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

Color convert

RGB 9 83 156 -
CMYK 0.94 0.47 0 0.39
HSL 209.8º 0.89% 0.32% -
HSV(B) 209.8º 0.94% 0.61% -
XYZ 9.21 8.64 32.64 -
YUV 69.2 176.98 85.06 -
System Red Green Blue C M Y K H S L
Decimal 9 83 156 0.94 0.47 0 0.39 209.8 0.89 0.32
Hex 9 53 9C 5E 2F 0 27 D2 59 20
Octal 11 123 234 136 57 0 47 322 131 40
Binary 1001 1010011 10011100 1011110 101111 0 100111 11010010 1011001 100000

Color Harmonies of #09539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09539C

Black with #09539C

Text Example


Text Example

White with #09539C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09539C;
 }
 .AnyTagClassName
 {
   color: #09539C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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