Html Css Color HEX #005FAC Cobalt

📋 copy color: '#005FAC'

red 0 ◦ green 95 ◦ blue 172

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

Shades of Cobalt #005FAC

Tints of Cobalt #005FAC

RGB

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

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

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

R = 0%
G = 35.58%
B = 64.42%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#005FAC (or 0x005FAC) is known color: Cobalt. HEX triplet: 00, 5F and AC. RGB value is (0,95,172). Sum of RGB (Red+Green+Blue) = 0+95+172=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 95 (37.5% from 255 or 35.58% from 267); Blue value is 172 (67.58% from 255 or 64.42% from 267); Max value from RGB is 172 - color contains mainly: blue. Hex color #005FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005FAC is #FFA053. Grayscale: #4A4A4A. Windows color (decimal): -16752724 or 11296512. OLE color: 11296512.

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

Color convert

RGB 0 95 172 -
CMYK 1 0.45 0 0.33
HSL 206.86º 1% 0.34% -
HSV(B) 206.86º 1% 0.67% -
XYZ 11.54 11.16 40.58 -
YUV 75.37 182.53 74.24 -
System Red Green Blue C M Y K H S L
Decimal 0 95 172 1 0.45 0 0.33 206.86 1 0.34
Hex 0 5F AC 64 2D 0 21 CF 64 22
Octal 0 137 254 144 55 0 41 317 144 42
Binary 0 1011111 10101100 1100100 101101 0 100001 11001111 1100100 100010

Color Harmonies of #005FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005FAC

Black with #005FAC

Text Example


Text Example

White with #005FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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