Html Css Color HEX #005FAD Cobalt

📋 copy color: '#005FAD'

red 0 ◦ green 95 ◦ blue 173

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

Shades of Cobalt #005FAD

Tints of Cobalt #005FAD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 35.45%

 BLUE value IS 173 (67.97% from 255) = 64.55%

R = 0%
G = 35.45%
B = 64.55%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#005FAD (or 0x005FAD) is known color: Cobalt. HEX triplet: 00, 5F and AD. RGB value is (0,95,173). Sum of RGB (Red+Green+Blue) = 0+95+173=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 95 (37.5% from 255 or 35.45% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #005FAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005FAD is #FFA052. Grayscale: #4B4B4B. Windows color (decimal): -16752723 or 11362048. OLE color: 11362048.

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

Color convert

RGB 0 95 173 -
CMYK 1 0.45 0 0.32
HSL 207.05º 1% 0.34% -
HSV(B) 207.05º 1% 0.68% -
XYZ 11.64 11.2 41.08 -
YUV 75.49 183.03 74.16 -
System Red Green Blue C M Y K H S L
Decimal 0 95 173 1 0.45 0 0.32 207.05 1 0.34
Hex 0 5F AD 64 2D 0 20 CF 64 22
Octal 0 137 255 144 55 0 40 317 144 42
Binary 0 1011111 10101101 1100100 101101 0 100000 11001111 1100100 100010

Color Harmonies of #005FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005FAD

Black with #005FAD

Text Example


Text Example

White with #005FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,95,173); }

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

background-color css

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

 a { background-color: rgb(0,95,173); }

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

border-color css

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

 span { border-color: rgb(0,95,173); }

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