Html Css Color HEX #005DAC Cobalt

📋 copy color: '#005DAC'

red 0 ◦ green 93 ◦ blue 172

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

Shades of Cobalt #005DAC

Tints of Cobalt #005DAC

RGB

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

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

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

R = 0%
G = 35.09%
B = 64.91%

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

#005DAC (or 0x005DAC) is known color: Cobalt. HEX triplet: 00, 5D and AC. RGB value is (0,93,172). Sum of RGB (Red+Green+Blue) = 0+93+172=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 93 (36.72% from 255 or 35.09% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #005DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005DAC is #FFA253. Grayscale: #494949. Windows color (decimal): -16753236 or 11296000. OLE color: 11296000.

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

Color convert

RGB 0 93 172 -
CMYK 1 0.46 0 0.33
HSL 207.56º 1% 0.34% -
HSV(B) 207.56º 1% 0.67% -
XYZ 11.36 10.81 40.52 -
YUV 74.2 183.19 75.08 -
System Red Green Blue C M Y K H S L
Decimal 0 93 172 1 0.46 0 0.33 207.56 1 0.34
Hex 0 5D AC 64 2E 0 21 D0 64 22
Octal 0 135 254 144 56 0 41 320 144 42
Binary 0 1011101 10101100 1100100 101110 0 100001 11010000 1100100 100010

Color Harmonies of #005DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005DAC

Black with #005DAC

Text Example


Text Example

White with #005DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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