Shades of Cobalt #005FA7
Tints of Cobalt #005FA7
RGB
CMYK
RGB Variations
Color information
#005FA7 (or 0x005FA7) is known color: Cobalt. HEX triplet: 00, 5F and A7. RGB value is (0,95,167). Sum of RGB (Red+Green+Blue) = 0+95+167=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 167 (65.62% from 255 or 63.74% from 262); Max value from RGB is 167 - color contains mainly: blue. Hex color #005FA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005FA7 is #FFA058. Grayscale: #4A4A4A. Windows color (decimal): -16752729 or 10968832. OLE color: 10968832.
HSL color Cylindrical-coordinate representation of color #005FA7: hue angle of 205.87º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005FA7 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 95 | 167 | - |
| CMYK | 1 | 0.43 | 0 | 0.35 |
| HSL | 205.87º | 1% | 0.33% | - |
| HSV(B) | 205.87º | 1% | 0.65% | - |
| XYZ | 11.07 | 10.97 | 38.09 | - |
| YUV | 74.8 | 180.03 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 95 | 167 | 1 | 0.43 | 0 | 0.35 | 205.87 | 1 | 0.33 |
| Hex | 0 | 5F | A7 | 64 | 2B | 0 | 23 | CE | 64 | 21 |
| Octal | 0 | 137 | 247 | 144 | 53 | 0 | 43 | 316 | 144 | 41 |
| Binary | 0 | 1011111 | 10100111 | 1100100 | 101011 | 0 | 100011 | 11001110 | 1100100 | 100001 |
Color Harmonies of #005FA7
Complementary color
Monochromatic Colors of #005FA7
Black with #005FA7
Text Example
Text Example
White with #005FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005FA7; }
p { color: rgb(0,95,167); }
H1.HeaderClassName
{
color: #005FA7;
}
.AnyTagClassName
{
color: #005FA7;
}
</style>
background-color css
<style>
a { background-color: #005FA7; }
a { background-color: rgb(0,95,167); }
div.DivClassName
{
background-color: #005FA7;
}
.BgClassName
{
background-color: #005FA7;
}
</style>
border-color css
<style>
span { border-color: #005FA7; }
span { border-color: rgb(0,95,167); }
td.TdClassName
{
border-color: #005FA7;
}
.TagClassName
{
border-color: #005FA7;
}
</style>