Html Css Color HEX #005DAB Cobalt

📋 copy color: '#005DAB'

red 0 ◦ green 93 ◦ blue 171

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

Shades of Cobalt #005DAB

Tints of Cobalt #005DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.23%

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

R = 0%
G = 35.23%
B = 64.77%

CMYK

 C value IS 1

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#005DAB (or 0x005DAB) is known color: Cobalt. HEX triplet: 00, 5D and AB. RGB value is (0,93,171). Sum of RGB (Red+Green+Blue) = 0+93+171=264 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 171 (67.19% from 255 or 64.77% from 264); Max value from RGB is 171 - color contains mainly: blue. Hex color #005DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005DAB is #FFA254. Grayscale: #494949. Windows color (decimal): -16753237 or 11230464. OLE color: 11230464.

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

Color convert

RGB 0 93 171 -
CMYK 1 0.46 0 0.33
HSL 207.37º 1% 0.34% -
HSV(B) 207.37º 1% 0.67% -
XYZ 11.27 10.77 40.01 -
YUV 74.09 182.69 75.16 -
System Red Green Blue C M Y K H S L
Decimal 0 93 171 1 0.46 0 0.33 207.37 1 0.34
Hex 0 5D AB 64 2E 0 21 CF 64 22
Octal 0 135 253 144 56 0 41 317 144 42
Binary 0 1011101 10101011 1100100 101110 0 100001 11001111 1100100 100010

Color Harmonies of #005DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005DAB

Black with #005DAB

Text Example


Text Example

White with #005DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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