Shades of Cobalt #00569E
Tints of Cobalt #00569E
RGB
CMYK
RGB Variations
Color information
#00569E (or 0x00569E) is known color: Cobalt. HEX triplet: 00, 56 and 9E. RGB value is (0,86,158). Sum of RGB (Red+Green+Blue) = 0+86+158=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 86 (33.98% from 255 or 35.25% from 244); Blue value is 158 (62.11% from 255 or 64.75% from 244); Max value from RGB is 158 - color contains mainly: blue. Hex color #00569E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00569E is #FFA961. Grayscale: #444444. Windows color (decimal): -16755042 or 10376704. OLE color: 10376704.
HSL color Cylindrical-coordinate representation of color #00569E: hue angle of 207.34º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00569E is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 86 | 158 | - |
| CMYK | 1 | 0.46 | 0 | 0.38 |
| HSL | 207.34º | 1% | 0.31% | - |
| HSV(B) | 207.34º | 1% | 0.62% | - |
| XYZ | 9.5 | 9.12 | 33.61 | - |
| YUV | 68.49 | 178.51 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 158 | 1 | 0.46 | 0 | 0.38 | 207.34 | 1 | 0.31 |
| Hex | 0 | 56 | 9E | 64 | 2E | 0 | 26 | CF | 64 | 1F |
| Octal | 0 | 126 | 236 | 144 | 56 | 0 | 46 | 317 | 144 | 37 |
| Binary | 0 | 1010110 | 10011110 | 1100100 | 101110 | 0 | 100110 | 11001111 | 1100100 | 11111 |
Color Harmonies of #00569E
Complementary color
Monochromatic Colors of #00569E
Black with #00569E
Text Example
Text Example
White with #00569E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00569E; }
p { color: rgb(0,86,158); }
H1.HeaderClassName
{
color: #00569E;
}
.AnyTagClassName
{
color: #00569E;
}
</style>
background-color css
<style>
a { background-color: #00569E; }
a { background-color: rgb(0,86,158); }
div.DivClassName
{
background-color: #00569E;
}
.BgClassName
{
background-color: #00569E;
}
</style>
border-color css
<style>
span { border-color: #00569E; }
span { border-color: rgb(0,86,158); }
td.TdClassName
{
border-color: #00569E;
}
.TagClassName
{
border-color: #00569E;
}
</style>