Shades of Cobalt #07559C
Tints of Cobalt #07559C
RGB
CMYK
RGB Variations
Color information
#07559C (or 0x07559C) is known color: Cobalt. HEX triplet: 07, 55 and 9C. RGB value is (7,85,156). Sum of RGB (Red+Green+Blue) = 7+85+156=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 156 (61.33% from 255 or 62.90% from 248); Max value from RGB is 156 - color contains mainly: blue. Hex color #07559C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07559C is #F8AA63. Grayscale: #454545. Windows color (decimal): -16296548 or 10245383. OLE color: 10245383.
HSL color Cylindrical-coordinate representation of color #07559C: hue angle of 208.59º 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 #07559C is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 85 | 156 | - |
| CMYK | 0.96 | 0.46 | 0 | 0.39 |
| HSL | 208.59º | 0.91% | 0.32% | - |
| HSV(B) | 208.59º | 0.96% | 0.61% | - |
| XYZ | 9.34 | 8.94 | 32.69 | - |
| YUV | 69.77 | 176.66 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 85 | 156 | 0.96 | 0.46 | 0 | 0.39 | 208.59 | 0.91 | 0.32 |
| Hex | 7 | 55 | 9C | 60 | 2E | 0 | 27 | D1 | 5B | 20 |
| Octal | 7 | 125 | 234 | 140 | 56 | 0 | 47 | 321 | 133 | 40 |
| Binary | 111 | 1010101 | 10011100 | 1100000 | 101110 | 0 | 100111 | 11010001 | 1011011 | 100000 |
Color Harmonies of #07559C
Complementary color
Monochromatic Colors of #07559C
Black with #07559C
Text Example
Text Example
White with #07559C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07559C; }
p { color: rgb(7,85,156); }
H1.HeaderClassName
{
color: #07559C;
}
.AnyTagClassName
{
color: #07559C;
}
</style>
background-color css
<style>
a { background-color: #07559C; }
a { background-color: rgb(7,85,156); }
div.DivClassName
{
background-color: #07559C;
}
.BgClassName
{
background-color: #07559C;
}
</style>
border-color css
<style>
span { border-color: #07559C; }
span { border-color: rgb(7,85,156); }
td.TdClassName
{
border-color: #07559C;
}
.TagClassName
{
border-color: #07559C;
}
</style>