Shades of Cobalt #07459C
Tints of Cobalt #07459C
RGB
CMYK
RGB Variations
Color information
#07459C (or 0x07459C) is known color: Cobalt. HEX triplet: 07, 45 and 9C. RGB value is (7,69,156). Sum of RGB (Red+Green+Blue) = 7+69+156=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 156 (61.33% from 255 or 67.24% from 232); Max value from RGB is 156 - color contains mainly: blue. Hex color #07459C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07459C is #F8BA63. Grayscale: #3B3B3B. Windows color (decimal): -16300644 or 10241287. OLE color: 10241287.
HSL color Cylindrical-coordinate representation of color #07459C: hue angle of 215.03º 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 #07459C is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 69 | 156 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.39 |
| HSL | 215.03º | 0.91% | 0.32% | - |
| HSV(B) | 215.03º | 0.96% | 0.61% | - |
| XYZ | 8.22 | 6.7 | 32.31 | - |
| YUV | 60.38 | 181.96 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 69 | 156 | 0.96 | 0.56 | 0 | 0.39 | 215.03 | 0.91 | 0.32 |
| Hex | 7 | 45 | 9C | 60 | 38 | 0 | 27 | D7 | 5B | 20 |
| Octal | 7 | 105 | 234 | 140 | 70 | 0 | 47 | 327 | 133 | 40 |
| Binary | 111 | 1000101 | 10011100 | 1100000 | 111000 | 0 | 100111 | 11010111 | 1011011 | 100000 |
Color Harmonies of #07459C
Complementary color
Monochromatic Colors of #07459C
Black with #07459C
Text Example
Text Example
White with #07459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07459C; }
p { color: rgb(7,69,156); }
H1.HeaderClassName
{
color: #07459C;
}
.AnyTagClassName
{
color: #07459C;
}
</style>
background-color css
<style>
a { background-color: #07459C; }
a { background-color: rgb(7,69,156); }
div.DivClassName
{
background-color: #07459C;
}
.BgClassName
{
background-color: #07459C;
}
</style>
border-color css
<style>
span { border-color: #07459C; }
span { border-color: rgb(7,69,156); }
td.TdClassName
{
border-color: #07459C;
}
.TagClassName
{
border-color: #07459C;
}
</style>