Html Css Color HEX #0550AB Cobalt

📋 copy color: '#0550AB'

red 5 ◦ green 80 ◦ blue 171

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

Shades of Cobalt #0550AB

Tints of Cobalt #0550AB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.25%

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

R = 1.95%
G = 31.25%
B = 66.8%

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

#0550AB (or 0x0550AB) is known color: Cobalt. HEX triplet: 05, 50 and AB. RGB value is (5,80,171). Sum of RGB (Red+Green+Blue) = 5+80+171=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #0550AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0550AB is #FAAF54. Grayscale: #434343. Windows color (decimal): -16428885 or 11227141. OLE color: 11227141.

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

Color convert

RGB 5 80 171 -
CMYK 0.97 0.53 0 0.33
HSL 212.89º 0.94% 0.35% -
HSV(B) 212.89º 0.97% 0.67% -
XYZ 10.28 8.71 39.67 -
YUV 67.95 186.15 83.1 -
System Red Green Blue C M Y K H S L
Decimal 5 80 171 0.97 0.53 0 0.33 212.89 0.94 0.35
Hex 5 50 AB 61 35 0 21 D5 5E 23
Octal 5 120 253 141 65 0 41 325 136 43
Binary 101 1010000 10101011 1100001 110101 0 100001 11010101 1011110 100011

Color Harmonies of #0550AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0550AB

Black with #0550AB

Text Example


Text Example

White with #0550AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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