Html Css Color HEX #005BAC Cobalt

📋 copy color: '#005BAC'

red 0 ◦ green 91 ◦ blue 172

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

Shades of Cobalt #005BAC

Tints of Cobalt #005BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 65.4%

R = 0%
G = 34.6%
B = 65.4%

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

#005BAC (or 0x005BAC) is known color: Cobalt. HEX triplet: 00, 5B and AC. RGB value is (0,91,172). Sum of RGB (Red+Green+Blue) = 0+91+172=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 91 (35.94% from 255 or 34.60% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #005BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005BAC is #FFA453. Grayscale: #484848. Windows color (decimal): -16753748 or 11295488. OLE color: 11295488.

HSL color Cylindrical-coordinate representation of color #005BAC: hue angle of 208.26º 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 #005BAC is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 91 172 -
CMYK 1 0.47 0 0.33
HSL 208.26º 1% 0.34% -
HSV(B) 208.26º 1% 0.67% -
XYZ 11.19 10.46 40.46 -
YUV 73.03 183.85 75.91 -
System Red Green Blue C M Y K H S L
Decimal 0 91 172 1 0.47 0 0.33 208.26 1 0.34
Hex 0 5B AC 64 2F 0 21 D0 64 22
Octal 0 133 254 144 57 0 41 320 144 42
Binary 0 1011011 10101100 1100100 101111 0 100001 11010000 1100100 100010

Color Harmonies of #005BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005BAC

Black with #005BAC

Text Example


Text Example

White with #005BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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