Html Css Color HEX #005DA0 Cobalt

📋 copy color: '#005DA0'

red 0 ◦ green 93 ◦ blue 160

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

Shades of Cobalt #005DA0

Tints of Cobalt #005DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 63.24%

R = 0%
G = 36.76%
B = 63.24%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#005DA0 (or 0x005DA0) is known color: Cobalt. HEX triplet: 00, 5D and A0. RGB value is (0,93,160). Sum of RGB (Red+Green+Blue) = 0+93+160=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 160 (62.89% from 255 or 63.24% from 253); Max value from RGB is 160 - color contains mainly: blue. Hex color #005DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005DA0 is #FFA25F. Grayscale: #484848. Windows color (decimal): -16753248 or 10509568. OLE color: 10509568.

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

Color convert

RGB 0 93 160 -
CMYK 1 0.42 0 0.37
HSL 205.13º 1% 0.31% -
HSV(B) 205.13º 1% 0.63% -
XYZ 10.26 10.37 34.72 -
YUV 72.83 177.19 76.05 -
System Red Green Blue C M Y K H S L
Decimal 0 93 160 1 0.42 0 0.37 205.13 1 0.31
Hex 0 5D A0 64 2A 0 25 CD 64 1F
Octal 0 135 240 144 52 0 45 315 144 37
Binary 0 1011101 10100000 1100100 101010 0 100101 11001101 1100100 11111

Color Harmonies of #005DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005DA0

Black with #005DA0

Text Example


Text Example

White with #005DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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