Shades of Cobalt #07599E
Tints of Cobalt #07599E
RGB
CMYK
RGB Variations
Color information
#07599E (or 0x07599E) is known color: Cobalt. HEX triplet: 07, 59 and 9E. RGB value is (7,89,158). Sum of RGB (Red+Green+Blue) = 7+89+158=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 158 (62.11% from 255 or 62.20% from 254); Max value from RGB is 158 - color contains mainly: blue. Hex color #07599E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07599E is #F8A661. Grayscale: #474747. Windows color (decimal): -16295522 or 10377479. OLE color: 10377479.
HSL color Cylindrical-coordinate representation of color #07599E: hue angle of 207.42º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07599E is Cyan = 0.96, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 89 | 158 | - |
| CMYK | 0.96 | 0.44 | 0 | 0.38 |
| HSL | 207.42º | 0.92% | 0.32% | - |
| HSV(B) | 207.42º | 0.96% | 0.62% | - |
| XYZ | 9.83 | 9.66 | 33.69 | - |
| YUV | 72.35 | 176.33 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 89 | 158 | 0.96 | 0.44 | 0 | 0.38 | 207.42 | 0.92 | 0.32 |
| Hex | 7 | 59 | 9E | 60 | 2C | 0 | 26 | CF | 5C | 20 |
| Octal | 7 | 131 | 236 | 140 | 54 | 0 | 46 | 317 | 134 | 40 |
| Binary | 111 | 1011001 | 10011110 | 1100000 | 101100 | 0 | 100110 | 11001111 | 1011100 | 100000 |
Color Harmonies of #07599E
Complementary color
Monochromatic Colors of #07599E
Black with #07599E
Text Example
Text Example
White with #07599E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07599E; }
p { color: rgb(7,89,158); }
H1.HeaderClassName
{
color: #07599E;
}
.AnyTagClassName
{
color: #07599E;
}
</style>
background-color css
<style>
a { background-color: #07599E; }
a { background-color: rgb(7,89,158); }
div.DivClassName
{
background-color: #07599E;
}
.BgClassName
{
background-color: #07599E;
}
</style>
border-color css
<style>
span { border-color: #07599E; }
span { border-color: rgb(7,89,158); }
td.TdClassName
{
border-color: #07599E;
}
.TagClassName
{
border-color: #07599E;
}
</style>