Html Css Color HEX #005DAF Cobalt

📋 copy color: '#005DAF'

red 0 ◦ green 93 ◦ blue 175

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

Shades of Cobalt #005DAF

Tints of Cobalt #005DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 65.3%

R = 0%
G = 34.7%
B = 65.3%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#005DAF (or 0x005DAF) is known color: Cobalt. HEX triplet: 00, 5D and AF. RGB value is (0,93,175). Sum of RGB (Red+Green+Blue) = 0+93+175=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 175 (68.75% from 255 or 65.30% from 268); Max value from RGB is 175 - color contains mainly: blue. Hex color #005DAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005DAF is #FFA250. Grayscale: #4A4A4A. Windows color (decimal): -16753233 or 11492608. OLE color: 11492608.

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

Color convert

RGB 0 93 175 -
CMYK 1 0.47 0 0.31
HSL 208.11º 1% 0.34% -
HSV(B) 208.11º 1% 0.69% -
XYZ 11.65 10.92 42.05 -
YUV 74.54 184.69 74.83 -
System Red Green Blue C M Y K H S L
Decimal 0 93 175 1 0.47 0 0.31 208.11 1 0.34
Hex 0 5D AF 64 2F 0 1F D0 64 22
Octal 0 135 257 144 57 0 37 320 144 42
Binary 0 1011101 10101111 1100100 101111 0 11111 11010000 1100100 100010

Color Harmonies of #005DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005DAF

Black with #005DAF

Text Example


Text Example

White with #005DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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