Html Css Color HEX #055BA0 Cobalt

📋 copy color: '#055BA0'

red 5 ◦ green 91 ◦ blue 160

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

Shades of Cobalt #055BA0

Tints of Cobalt #055BA0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35.55%

 BLUE value IS 160 (62.89% from 255) = 62.5%

R = 1.95%
G = 35.55%
B = 62.5%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#055BA0 (or 0x055BA0) is known color: Cobalt. HEX triplet: 05, 5B and A0. RGB value is (5,91,160). Sum of RGB (Red+Green+Blue) = 5+91+160=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 160 (62.89% from 255 or 62.5% from 256); Max value from RGB is 160 - color contains mainly: blue. Hex color #055BA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055BA0 is #FAA45F. Grayscale: #484848. Windows color (decimal): -16426080 or 10509061. OLE color: 10509061.

HSL color Cylindrical-coordinate representation of color #055BA0: hue angle of 206.71º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055BA0 is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 5 91 160 -
CMYK 0.97 0.43 0 0.37
HSL 206.71º 0.94% 0.32% -
HSV(B) 206.71º 0.97% 0.63% -
XYZ 10.15 10.05 34.66 -
YUV 73.15 177.01 79.39 -
System Red Green Blue C M Y K H S L
Decimal 5 91 160 0.97 0.43 0 0.37 206.71 0.94 0.32
Hex 5 5B A0 61 2B 0 25 CF 5E 20
Octal 5 133 240 141 53 0 45 317 136 40
Binary 101 1011011 10100000 1100001 101011 0 100101 11001111 1011110 100000

Color Harmonies of #055BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055BA0

Black with #055BA0

Text Example


Text Example

White with #055BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055BA0; }

 p { color: rgb(5,91,160); }

 H1.HeaderClassName
 {
   color: #055BA0;
 }
 .AnyTagClassName
 {
   color: #055BA0;
 }
</style>

background-color css

<style>
 a { background-color: #055BA0; }

 a { background-color: rgb(5,91,160); }

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

border-color css

<style>
 span { border-color: #055BA0; }

 span { border-color: rgb(5,91,160); }

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