Shades of Cobalt #07599F
Tints of Cobalt #07599F
RGB
CMYK
RGB Variations
Color information
#07599F (or 0x07599F) is known color: Cobalt. HEX triplet: 07, 59 and 9F. RGB value is (7,89,159). Sum of RGB (Red+Green+Blue) = 7+89+159=255 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.75% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 159 (62.5% from 255 or 62.35% from 255); Max value from RGB is 159 - color contains mainly: blue. Hex color #07599F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07599F is #F8A660. Grayscale: #484848. Windows color (decimal): -16295521 or 10443015. OLE color: 10443015.
HSL color Cylindrical-coordinate representation of color #07599F: hue angle of 207.63º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07599F is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 89 | 159 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.38 |
| HSL | 207.63º | 0.92% | 0.33% | - |
| HSV(B) | 207.63º | 0.96% | 0.62% | - |
| XYZ | 9.92 | 9.69 | 34.15 | - |
| YUV | 72.46 | 176.83 | 81.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 89 | 159 | 0.96 | 0.44 | 0 | 0.38 | 207.63 | 0.92 | 0.33 |
| Hex | 7 | 59 | 9F | 60 | 2C | 0 | 26 | D0 | 5C | 21 |
| Octal | 7 | 131 | 237 | 140 | 54 | 0 | 46 | 320 | 134 | 41 |
| Binary | 111 | 1011001 | 10011111 | 1100000 | 101100 | 0 | 100110 | 11010000 | 1011100 | 100001 |
Color Harmonies of #07599F
Complementary color
Monochromatic Colors of #07599F
Black with #07599F
Text Example
Text Example
White with #07599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07599F; }
p { color: rgb(7,89,159); }
H1.HeaderClassName
{
color: #07599F;
}
.AnyTagClassName
{
color: #07599F;
}
</style>
background-color css
<style>
a { background-color: #07599F; }
a { background-color: rgb(7,89,159); }
div.DivClassName
{
background-color: #07599F;
}
.BgClassName
{
background-color: #07599F;
}
</style>
border-color css
<style>
span { border-color: #07599F; }
span { border-color: rgb(7,89,159); }
td.TdClassName
{
border-color: #07599F;
}
.TagClassName
{
border-color: #07599F;
}
</style>