Html Css Color HEX #0559AB Cobalt

📋 copy color: '#0559AB'

red 5 ◦ green 89 ◦ blue 171

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

Shades of Cobalt #0559AB

Tints of Cobalt #0559AB

RGB

 RED value IS 5 (2.34% from 255) = 1.89%

 GREEN value IS 89 (35.16% from 255) = 33.58%

 BLUE value IS 171 (67.19% from 255) = 64.53%

R = 1.89%
G = 33.58%
B = 64.53%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0559AB (or 0x0559AB) is known color: Cobalt. HEX triplet: 05, 59 and AB. RGB value is (5,89,171). Sum of RGB (Red+Green+Blue) = 5+89+171=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 171 (67.19% from 255 or 64.53% from 265); Max value from RGB is 171 - color contains mainly: blue. Hex color #0559AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0559AB is #FAA654. Grayscale: #484848. Windows color (decimal): -16426581 or 11229445. OLE color: 11229445.

HSL color Cylindrical-coordinate representation of color #0559AB: hue angle of 209.64º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0559AB is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 89 171 -
CMYK 0.97 0.48 0 0.33
HSL 209.64º 0.94% 0.35% -
HSV(B) 209.64º 0.97% 0.67% -
XYZ 10.99 10.12 39.9 -
YUV 73.23 183.17 79.33 -
System Red Green Blue C M Y K H S L
Decimal 5 89 171 0.97 0.48 0 0.33 209.64 0.94 0.35
Hex 5 59 AB 61 30 0 21 D2 5E 23
Octal 5 131 253 141 60 0 41 322 136 43
Binary 101 1011001 10101011 1100001 110000 0 100001 11010010 1011110 100011

Color Harmonies of #0559AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0559AB

Black with #0559AB

Text Example


Text Example

White with #0559AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0559AB; }

 p { color: rgb(5,89,171); }

 H1.HeaderClassName
 {
   color: #0559AB;
 }
 .AnyTagClassName
 {
   color: #0559AB;
 }
</style>

background-color css

<style>
 a { background-color: #0559AB; }

 a { background-color: rgb(5,89,171); }

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

border-color css

<style>
 span { border-color: #0559AB; }

 span { border-color: rgb(5,89,171); }

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