Html Css Color HEX #0555AB Cobalt

📋 copy color: '#0555AB'

red 5 ◦ green 85 ◦ blue 171

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

Shades of Cobalt #0555AB

Tints of Cobalt #0555AB

RGB

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

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

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

R = 1.92%
G = 32.57%
B = 65.52%

CMYK

 C value IS 0.97

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0555AB (or 0x0555AB) is known color: Cobalt. HEX triplet: 05, 55 and AB. RGB value is (5,85,171). Sum of RGB (Red+Green+Blue) = 5+85+171=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 171 (67.19% from 255 or 65.52% from 261); Max value from RGB is 171 - color contains mainly: blue. Hex color #0555AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0555AB is #FAAA54. Grayscale: #464646. Windows color (decimal): -16427605 or 11228421. OLE color: 11228421.

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

Color convert

RGB 5 85 171 -
CMYK 0.97 0.50 0 0.33
HSL 211.08º 0.94% 0.35% -
HSV(B) 211.08º 0.97% 0.67% -
XYZ 10.66 9.47 39.79 -
YUV 70.88 184.5 81.01 -
System Red Green Blue C M Y K H S L
Decimal 5 85 171 0.97 0.50 0 0.33 211.08 0.94 0.35
Hex 5 55 AB 61 32 0 21 D3 5E 23
Octal 5 125 253 141 62 0 41 323 136 43
Binary 101 1010101 10101011 1100001 110010 0 100001 11010011 1011110 100011

Color Harmonies of #0555AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0555AB

Black with #0555AB

Text Example


Text Example

White with #0555AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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