Html Css Color HEX #005BA0 Cobalt

📋 copy color: '#005BA0'

red 0 ◦ green 91 ◦ blue 160

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

Shades of Cobalt #005BA0

Tints of Cobalt #005BA0

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 36.25%
B = 63.75%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#005BA0 (or 0x005BA0) is known color: Cobalt. HEX triplet: 00, 5B and A0. RGB value is (0,91,160). Sum of RGB (Red+Green+Blue) = 0+91+160=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 160 (62.89% from 255 or 63.75% from 251); Max value from RGB is 160 - color contains mainly: blue. Hex color #005BA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005BA0 is #FFA45F. Grayscale: #474747. Windows color (decimal): -16753760 or 10509056. OLE color: 10509056.

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

Color convert

RGB 0 91 160 -
CMYK 1 0.43 0 0.37
HSL 205.88º 1% 0.31% -
HSV(B) 205.88º 1% 0.63% -
XYZ 10.09 10.02 34.66 -
YUV 71.66 177.85 76.89 -
System Red Green Blue C M Y K H S L
Decimal 0 91 160 1 0.43 0 0.37 205.88 1 0.31
Hex 0 5B A0 64 2B 0 25 CE 64 1F
Octal 0 133 240 144 53 0 45 316 144 37
Binary 0 1011011 10100000 1100100 101011 0 100101 11001110 1100100 11111

Color Harmonies of #005BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005BA0

Black with #005BA0

Text Example


Text Example

White with #005BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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