Shades of Cobalt #07599D
Tints of Cobalt #07599D
RGB
CMYK
RGB Variations
Color information
#07599D (or 0x07599D) is known color: Cobalt. HEX triplet: 07, 59 and 9D. RGB value is (7,89,157). Sum of RGB (Red+Green+Blue) = 7+89+157=253 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.77% from 253); Green value is 89 (35.16% from 255 or 35.18% from 253); Blue value is 157 (61.72% from 255 or 62.06% from 253); Max value from RGB is 157 - color contains mainly: blue. Hex color #07599D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07599D is #F8A662. Grayscale: #474747. Windows color (decimal): -16295523 or 10311943. OLE color: 10311943.
HSL color Cylindrical-coordinate representation of color #07599D: hue angle of 207.2º degrees, saturation: 0.91, 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 #07599D is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 89 | 157 | - |
| CMYK | 0.96 | 0.43 | 0 | 0.38 |
| HSL | 207.2º | 0.91% | 0.32% | - |
| HSV(B) | 207.2º | 0.96% | 0.62% | - |
| XYZ | 9.75 | 9.62 | 33.24 | - |
| YUV | 72.23 | 175.83 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 89 | 157 | 0.96 | 0.43 | 0 | 0.38 | 207.2 | 0.91 | 0.32 |
| Hex | 7 | 59 | 9D | 60 | 2B | 0 | 26 | CF | 5B | 20 |
| Octal | 7 | 131 | 235 | 140 | 53 | 0 | 46 | 317 | 133 | 40 |
| Binary | 111 | 1011001 | 10011101 | 1100000 | 101011 | 0 | 100110 | 11001111 | 1011011 | 100000 |
Color Harmonies of #07599D
Complementary color
Monochromatic Colors of #07599D
Black with #07599D
Text Example
Text Example
White with #07599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07599D; }
p { color: rgb(7,89,157); }
H1.HeaderClassName
{
color: #07599D;
}
.AnyTagClassName
{
color: #07599D;
}
</style>
background-color css
<style>
a { background-color: #07599D; }
a { background-color: rgb(7,89,157); }
div.DivClassName
{
background-color: #07599D;
}
.BgClassName
{
background-color: #07599D;
}
</style>
border-color css
<style>
span { border-color: #07599D; }
span { border-color: rgb(7,89,157); }
td.TdClassName
{
border-color: #07599D;
}
.TagClassName
{
border-color: #07599D;
}
</style>