Html Css Color HEX #09559E Cobalt

📋 copy color: '#09559E'

red 9 ◦ green 85 ◦ blue 158

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

Shades of Cobalt #09559E

Tints of Cobalt #09559E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.73%

 BLUE value IS 158 (62.11% from 255) = 62.7%

R = 3.57%
G = 33.73%
B = 62.7%

CMYK

 C value IS 0.94

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#09559E (or 0x09559E) is known color: Cobalt. HEX triplet: 09, 55 and 9E. RGB value is (9,85,158). Sum of RGB (Red+Green+Blue) = 9+85+158=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 158 (62.11% from 255 or 62.70% from 252); Max value from RGB is 158 - color contains mainly: blue. Hex color #09559E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09559E is #F6AA61. Grayscale: #464646. Windows color (decimal): -16165474 or 10376457. OLE color: 10376457.

HSL color Cylindrical-coordinate representation of color #09559E: hue angle of 209.4º 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 #09559E is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 85 158 -
CMYK 0.94 0.46 0 0.38
HSL 209.4º 0.89% 0.33% -
HSV(B) 209.4º 0.94% 0.62% -
XYZ 9.53 9.02 33.59 -
YUV 70.6 177.32 84.06 -
System Red Green Blue C M Y K H S L
Decimal 9 85 158 0.94 0.46 0 0.38 209.4 0.89 0.33
Hex 9 55 9E 5E 2E 0 26 D1 59 21
Octal 11 125 236 136 56 0 46 321 131 41
Binary 1001 1010101 10011110 1011110 101110 0 100110 11010001 1011001 100001

Color Harmonies of #09559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09559E

Black with #09559E

Text Example


Text Example

White with #09559E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09559E;
 }
 .AnyTagClassName
 {
   color: #09559E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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