Shades of Cobalt #005296
Tints of Cobalt #005296
RGB
CMYK
RGB Variations
Color information
#005296 (or 0x005296) is known color: Cobalt. HEX triplet: 00, 52 and 96. RGB value is (0,82,150). Sum of RGB (Red+Green+Blue) = 0+82+150=232 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 150 (58.98% from 255 or 64.66% from 232); Max value from RGB is 150 - color contains mainly: blue. Hex color #005296 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005296 is #FFAD69. Grayscale: #404040. Windows color (decimal): -16756074 or 9851392. OLE color: 9851392.
HSL color Cylindrical-coordinate representation of color #005296: hue angle of 207.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005296 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 82 | 150 | - |
| CMYK | 1 | 0.45 | 0 | 0.41 |
| HSL | 207.2º | 1% | 0.29% | - |
| HSV(B) | 207.2º | 1% | 0.59% | - |
| XYZ | 8.52 | 8.24 | 29.99 | - |
| YUV | 65.23 | 175.83 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 82 | 150 | 1 | 0.45 | 0 | 0.41 | 207.2 | 1 | 0.29 |
| Hex | 0 | 52 | 96 | 64 | 2D | 0 | 29 | CF | 64 | 1D |
| Octal | 0 | 122 | 226 | 144 | 55 | 0 | 51 | 317 | 144 | 35 |
| Binary | 0 | 1010010 | 10010110 | 1100100 | 101101 | 0 | 101001 | 11001111 | 1100100 | 11101 |
Color Harmonies of #005296
Complementary color
Monochromatic Colors of #005296
Black with #005296
Text Example
Text Example
White with #005296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005296; }
p { color: rgb(0,82,150); }
H1.HeaderClassName
{
color: #005296;
}
.AnyTagClassName
{
color: #005296;
}
</style>
background-color css
<style>
a { background-color: #005296; }
a { background-color: rgb(0,82,150); }
div.DivClassName
{
background-color: #005296;
}
.BgClassName
{
background-color: #005296;
}
</style>
border-color css
<style>
span { border-color: #005296; }
span { border-color: rgb(0,82,150); }
td.TdClassName
{
border-color: #005296;
}
.TagClassName
{
border-color: #005296;
}
</style>