Html Css Color HEX #005BAD Cobalt

📋 copy color: '#005BAD'

red 0 ◦ green 91 ◦ blue 173

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

Shades of Cobalt #005BAD

Tints of Cobalt #005BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 65.53%

R = 0%
G = 34.47%
B = 65.53%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#005BAD (or 0x005BAD) is known color: Cobalt. HEX triplet: 00, 5B and AD. RGB value is (0,91,173). Sum of RGB (Red+Green+Blue) = 0+91+173=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #005BAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005BAD is #FFA452. Grayscale: #484848. Windows color (decimal): -16753747 or 11361024. OLE color: 11361024.

HSL color Cylindrical-coordinate representation of color #005BAD: hue angle of 208.44º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005BAD is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 91 173 -
CMYK 1 0.47 0 0.32
HSL 208.44º 1% 0.34% -
HSV(B) 208.44º 1% 0.68% -
XYZ 11.28 10.5 40.97 -
YUV 73.14 184.35 75.83 -
System Red Green Blue C M Y K H S L
Decimal 0 91 173 1 0.47 0 0.32 208.44 1 0.34
Hex 0 5B AD 64 2F 0 20 D0 64 22
Octal 0 133 255 144 57 0 40 320 144 42
Binary 0 1011011 10101101 1100100 101111 0 100000 11010000 1100100 100010

Color Harmonies of #005BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005BAD

Black with #005BAD

Text Example


Text Example

White with #005BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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