Shades of Cobalt #00569B
Tints of Cobalt #00569B
RGB
CMYK
RGB Variations
Color information
#00569B (or 0x00569B) is known color: Cobalt. HEX triplet: 00, 56 and 9B. RGB value is (0,86,155). Sum of RGB (Red+Green+Blue) = 0+86+155=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 155 (60.94% from 255 or 64.32% from 241); Max value from RGB is 155 - color contains mainly: blue. Hex color #00569B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00569B is #FFA964. Grayscale: #434343. Windows color (decimal): -16755045 or 10180096. OLE color: 10180096.
HSL color Cylindrical-coordinate representation of color #00569B: hue angle of 206.71º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00569B is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 86 | 155 | - |
| CMYK | 1 | 0.45 | 0 | 0.39 |
| HSL | 206.71º | 1% | 0.3% | - |
| HSV(B) | 206.71º | 1% | 0.61% | - |
| XYZ | 9.24 | 9.02 | 32.26 | - |
| YUV | 68.15 | 177.01 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 86 | 155 | 1 | 0.45 | 0 | 0.39 | 206.71 | 1 | 0.3 |
| Hex | 0 | 56 | 9B | 64 | 2D | 0 | 27 | CF | 64 | 1E |
| Octal | 0 | 126 | 233 | 144 | 55 | 0 | 47 | 317 | 144 | 36 |
| Binary | 0 | 1010110 | 10011011 | 1100100 | 101101 | 0 | 100111 | 11001111 | 1100100 | 11110 |
Color Harmonies of #00569B
Complementary color
Monochromatic Colors of #00569B
Black with #00569B
Text Example
Text Example
White with #00569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00569B; }
p { color: rgb(0,86,155); }
H1.HeaderClassName
{
color: #00569B;
}
.AnyTagClassName
{
color: #00569B;
}
</style>
background-color css
<style>
a { background-color: #00569B; }
a { background-color: rgb(0,86,155); }
div.DivClassName
{
background-color: #00569B;
}
.BgClassName
{
background-color: #00569B;
}
</style>
border-color css
<style>
span { border-color: #00569B; }
span { border-color: rgb(0,86,155); }
td.TdClassName
{
border-color: #00569B;
}
.TagClassName
{
border-color: #00569B;
}
</style>