Html Css Color HEX #09559D Cobalt

📋 copy color: '#09559D'

red 9 ◦ green 85 ◦ blue 157

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

Shades of Cobalt #09559D

Tints of Cobalt #09559D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 62.55%

R = 3.59%
G = 33.86%
B = 62.55%

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

#09559D (or 0x09559D) is known color: Cobalt. HEX triplet: 09, 55 and 9D. RGB value is (9,85,157). Sum of RGB (Red+Green+Blue) = 9+85+157=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 157 (61.72% from 255 or 62.55% from 251); Max value from RGB is 157 - color contains mainly: blue. Hex color #09559D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09559D is #F6AA62. Grayscale: #464646. Windows color (decimal): -16165475 or 10310921. OLE color: 10310921.

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

Color convert

RGB 9 85 157 -
CMYK 0.94 0.46 0 0.38
HSL 209.19º 0.89% 0.33% -
HSV(B) 209.19º 0.94% 0.62% -
XYZ 9.45 8.99 33.14 -
YUV 70.48 176.82 84.15 -
System Red Green Blue C M Y K H S L
Decimal 9 85 157 0.94 0.46 0 0.38 209.19 0.89 0.33
Hex 9 55 9D 5E 2E 0 26 D1 59 21
Octal 11 125 235 136 56 0 46 321 131 41
Binary 1001 1010101 10011101 1011110 101110 0 100110 11010001 1011001 100001

Color Harmonies of #09559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09559D

Black with #09559D

Text Example


Text Example

White with #09559D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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