Shades of Cobalt #005698
Tints of Cobalt #005698
RGB
CMYK
RGB Variations
Color information
#005698 (or 0x005698) is known color: Cobalt. HEX triplet: 00, 56 and 98. RGB value is (0,86,152). Sum of RGB (Red+Green+Blue) = 0+86+152=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 152 (59.77% from 255 or 63.87% from 238); Max value from RGB is 152 - color contains mainly: blue. Hex color #005698 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005698 is #FFA967. Grayscale: #434343. Windows color (decimal): -16755048 or 9983488. OLE color: 9983488.
HSL color Cylindrical-coordinate representation of color #005698: hue angle of 206.05º 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 #005698 is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 86 | 152 | - |
| CMYK | 1 | 0.43 | 0 | 0.40 |
| HSL | 206.05º | 1% | 0.3% | - |
| HSV(B) | 206.05º | 1% | 0.6% | - |
| XYZ | 9 | 8.92 | 30.95 | - |
| YUV | 67.81 | 175.51 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 152 | 1 | 0.43 | 0 | 0.40 | 206.05 | 1 | 0.3 |
| Hex | 0 | 56 | 98 | 64 | 2B | 0 | 28 | CE | 64 | 1E |
| Octal | 0 | 126 | 230 | 144 | 53 | 0 | 50 | 316 | 144 | 36 |
| Binary | 0 | 1010110 | 10011000 | 1100100 | 101011 | 0 | 101000 | 11001110 | 1100100 | 11110 |
Color Harmonies of #005698
Complementary color
Monochromatic Colors of #005698
Black with #005698
Text Example
Text Example
White with #005698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005698; }
p { color: rgb(0,86,152); }
H1.HeaderClassName
{
color: #005698;
}
.AnyTagClassName
{
color: #005698;
}
</style>
background-color css
<style>
a { background-color: #005698; }
a { background-color: rgb(0,86,152); }
div.DivClassName
{
background-color: #005698;
}
.BgClassName
{
background-color: #005698;
}
</style>
border-color css
<style>
span { border-color: #005698; }
span { border-color: rgb(0,86,152); }
td.TdClassName
{
border-color: #005698;
}
.TagClassName
{
border-color: #005698;
}
</style>