Shades of Cobalt #005298
Tints of Cobalt #005298
RGB
CMYK
RGB Variations
Color information
#005298 (or 0x005298) is known color: Cobalt. HEX triplet: 00, 52 and 98. RGB value is (0,82,152). Sum of RGB (Red+Green+Blue) = 0+82+152=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 152 (59.77% from 255 or 64.96% from 234); Max value from RGB is 152 - color contains mainly: blue. Hex color #005298 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005298 is #FFAD67. Grayscale: #414141. Windows color (decimal): -16756072 or 9982464. OLE color: 9982464.
HSL color Cylindrical-coordinate representation of color #005298: hue angle of 207.63º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005298 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 82 | 152 | - |
| CMYK | 1 | 0.46 | 0 | 0.40 |
| HSL | 207.63º | 1% | 0.3% | - |
| HSV(B) | 207.63º | 1% | 0.6% | - |
| XYZ | 8.68 | 8.3 | 30.85 | - |
| YUV | 65.46 | 176.83 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 82 | 152 | 1 | 0.46 | 0 | 0.40 | 207.63 | 1 | 0.3 |
| Hex | 0 | 52 | 98 | 64 | 2E | 0 | 28 | D0 | 64 | 1E |
| Octal | 0 | 122 | 230 | 144 | 56 | 0 | 50 | 320 | 144 | 36 |
| Binary | 0 | 1010010 | 10011000 | 1100100 | 101110 | 0 | 101000 | 11010000 | 1100100 | 11110 |
Color Harmonies of #005298
Complementary color
Monochromatic Colors of #005298
Black with #005298
Text Example
Text Example
White with #005298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005298; }
p { color: rgb(0,82,152); }
H1.HeaderClassName
{
color: #005298;
}
.AnyTagClassName
{
color: #005298;
}
</style>
background-color css
<style>
a { background-color: #005298; }
a { background-color: rgb(0,82,152); }
div.DivClassName
{
background-color: #005298;
}
.BgClassName
{
background-color: #005298;
}
</style>
border-color css
<style>
span { border-color: #005298; }
span { border-color: rgb(0,82,152); }
td.TdClassName
{
border-color: #005298;
}
.TagClassName
{
border-color: #005298;
}
</style>