Shades of Cobalt #07569C
Tints of Cobalt #07569C
RGB
CMYK
RGB Variations
Color information
#07569C (or 0x07569C) is known color: Cobalt. HEX triplet: 07, 56 and 9C. RGB value is (7,86,156). Sum of RGB (Red+Green+Blue) = 7+86+156=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #07569C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07569C is #F8A963. Grayscale: #464646. Windows color (decimal): -16296292 or 10245639. OLE color: 10245639.
HSL color Cylindrical-coordinate representation of color #07569C: hue angle of 208.19º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07569C is Cyan = 0.96, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 86 | 156 | - |
| CMYK | 0.96 | 0.45 | 0 | 0.39 |
| HSL | 208.19º | 0.91% | 0.32% | - |
| HSV(B) | 208.19º | 0.96% | 0.61% | - |
| XYZ | 9.42 | 9.1 | 32.71 | - |
| YUV | 70.36 | 176.33 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 86 | 156 | 0.96 | 0.45 | 0 | 0.39 | 208.19 | 0.91 | 0.32 |
| Hex | 7 | 56 | 9C | 60 | 2D | 0 | 27 | D0 | 5B | 20 |
| Octal | 7 | 126 | 234 | 140 | 55 | 0 | 47 | 320 | 133 | 40 |
| Binary | 111 | 1010110 | 10011100 | 1100000 | 101101 | 0 | 100111 | 11010000 | 1011011 | 100000 |
Color Harmonies of #07569C
Complementary color
Monochromatic Colors of #07569C
Black with #07569C
Text Example
Text Example
White with #07569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07569C; }
p { color: rgb(7,86,156); }
H1.HeaderClassName
{
color: #07569C;
}
.AnyTagClassName
{
color: #07569C;
}
</style>
background-color css
<style>
a { background-color: #07569C; }
a { background-color: rgb(7,86,156); }
div.DivClassName
{
background-color: #07569C;
}
.BgClassName
{
background-color: #07569C;
}
</style>
border-color css
<style>
span { border-color: #07569C; }
span { border-color: rgb(7,86,156); }
td.TdClassName
{
border-color: #07569C;
}
.TagClassName
{
border-color: #07569C;
}
</style>