Shades of Cobalt #005FAC
Tints of Cobalt #005FAC
RGB
CMYK
RGB Variations
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
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>