Html Css Color HEX #0551AB Cobalt

📋 copy color: '#0551AB'

red 5 ◦ green 81 ◦ blue 171

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

Shades of Cobalt #0551AB

Tints of Cobalt #0551AB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.52%

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

R = 1.95%
G = 31.52%
B = 66.54%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0551AB (or 0x0551AB) is known color: Cobalt. HEX triplet: 05, 51 and AB. RGB value is (5,81,171). Sum of RGB (Red+Green+Blue) = 5+81+171=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #0551AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0551AB is #FAAE54. Grayscale: #444444. Windows color (decimal): -16428629 or 11227397. OLE color: 11227397.

HSL color Cylindrical-coordinate representation of color #0551AB: hue angle of 212.53º 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 #0551AB is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 81 171 -
CMYK 0.97 0.53 0 0.33
HSL 212.53º 0.94% 0.35% -
HSV(B) 212.53º 0.97% 0.67% -
XYZ 10.36 8.86 39.69 -
YUV 68.54 185.82 82.68 -
System Red Green Blue C M Y K H S L
Decimal 5 81 171 0.97 0.53 0 0.33 212.53 0.94 0.35
Hex 5 51 AB 61 35 0 21 D5 5E 23
Octal 5 121 253 141 65 0 41 325 136 43
Binary 101 1010001 10101011 1100001 110101 0 100001 11010101 1011110 100011

Color Harmonies of #0551AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0551AB

Black with #0551AB

Text Example


Text Example

White with #0551AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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