Html Css Color HEX #005BAB Cobalt

📋 copy color: '#005BAB'

red 0 ◦ green 91 ◦ blue 171

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

Shades of Cobalt #005BAB

Tints of Cobalt #005BAB

RGB

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

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

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

R = 0%
G = 34.73%
B = 65.27%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#005BAB (or 0x005BAB) is known color: Cobalt. HEX triplet: 00, 5B and AB. RGB value is (0,91,171). Sum of RGB (Red+Green+Blue) = 0+91+171=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 171 (67.19% from 255 or 65.27% from 262); Max value from RGB is 171 - color contains mainly: blue. Hex color #005BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005BAB is #FFA454. Grayscale: #484848. Windows color (decimal): -16753749 or 11229952. OLE color: 11229952.

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

Color convert

RGB 0 91 171 -
CMYK 1 0.47 0 0.33
HSL 208.07º 1% 0.34% -
HSV(B) 208.07º 1% 0.67% -
XYZ 11.09 10.42 39.96 -
YUV 72.91 183.35 76 -
System Red Green Blue C M Y K H S L
Decimal 0 91 171 1 0.47 0 0.33 208.07 1 0.34
Hex 0 5B AB 64 2F 0 21 D0 64 22
Octal 0 133 253 144 57 0 41 320 144 42
Binary 0 1011011 10101011 1100100 101111 0 100001 11010000 1100100 100010

Color Harmonies of #005BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005BAB

Black with #005BAB

Text Example


Text Example

White with #005BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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