Shades of Cobalt #00569C
Tints of Cobalt #00569C
RGB
CMYK
RGB Variations
Color information
#00569C (or 0x00569C) is known color: Cobalt. HEX triplet: 00, 56 and 9C. RGB value is (0,86,156). Sum of RGB (Red+Green+Blue) = 0+86+156=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 156 (61.33% from 255 or 64.46% from 242); Max value from RGB is 156 - color contains mainly: blue. Hex color #00569C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00569C is #FFA963. Grayscale: #434343. Windows color (decimal): -16755044 or 10245632. OLE color: 10245632.
HSL color Cylindrical-coordinate representation of color #00569C: hue angle of 206.92º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00569C is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 86 | 156 | - |
| CMYK | 1 | 0.45 | 0 | 0.39 |
| HSL | 206.92º | 1% | 0.31% | - |
| HSV(B) | 206.92º | 1% | 0.61% | - |
| XYZ | 9.33 | 9.06 | 32.71 | - |
| YUV | 68.27 | 177.51 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 156 | 1 | 0.45 | 0 | 0.39 | 206.92 | 1 | 0.31 |
| Hex | 0 | 56 | 9C | 64 | 2D | 0 | 27 | CF | 64 | 1F |
| Octal | 0 | 126 | 234 | 144 | 55 | 0 | 47 | 317 | 144 | 37 |
| Binary | 0 | 1010110 | 10011100 | 1100100 | 101101 | 0 | 100111 | 11001111 | 1100100 | 11111 |
Color Harmonies of #00569C
Complementary color
Monochromatic Colors of #00569C
Black with #00569C
Text Example
Text Example
White with #00569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00569C; }
p { color: rgb(0,86,156); }
H1.HeaderClassName
{
color: #00569C;
}
.AnyTagClassName
{
color: #00569C;
}
</style>
background-color css
<style>
a { background-color: #00569C; }
a { background-color: rgb(0,86,156); }
div.DivClassName
{
background-color: #00569C;
}
.BgClassName
{
background-color: #00569C;
}
</style>
border-color css
<style>
span { border-color: #00569C; }
span { border-color: rgb(0,86,156); }
td.TdClassName
{
border-color: #00569C;
}
.TagClassName
{
border-color: #00569C;
}
</style>