Html Css Color HEX #0553AB Cobalt

📋 copy color: '#0553AB'

red 5 ◦ green 83 ◦ blue 171

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

Shades of Cobalt #0553AB

Tints of Cobalt #0553AB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.05%

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

R = 1.93%
G = 32.05%
B = 66.02%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0553AB (or 0x0553AB) is known color: Cobalt. HEX triplet: 05, 53 and AB. RGB value is (5,83,171). Sum of RGB (Red+Green+Blue) = 5+83+171=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #0553AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0553AB is #FAAC54. Grayscale: #454545. Windows color (decimal): -16428117 or 11227909. OLE color: 11227909.

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

Color convert

RGB 5 83 171 -
CMYK 0.97 0.51 0 0.33
HSL 211.81º 0.94% 0.35% -
HSV(B) 211.81º 0.97% 0.67% -
XYZ 10.51 9.16 39.74 -
YUV 69.71 185.16 81.84 -
System Red Green Blue C M Y K H S L
Decimal 5 83 171 0.97 0.51 0 0.33 211.81 0.94 0.35
Hex 5 53 AB 61 33 0 21 D4 5E 23
Octal 5 123 253 141 63 0 41 324 136 43
Binary 101 1010011 10101011 1100001 110011 0 100001 11010100 1011110 100011

Color Harmonies of #0553AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0553AB

Black with #0553AB

Text Example


Text Example

White with #0553AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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