Shades of Cobalt #07449F
Tints of Cobalt #07449F
RGB
CMYK
RGB Variations
Color information
#07449F (or 0x07449F) is known color: Cobalt. HEX triplet: 07, 44 and 9F. RGB value is (7,68,159). Sum of RGB (Red+Green+Blue) = 7+68+159=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 159 (62.5% from 255 or 67.95% from 234); Max value from RGB is 159 - color contains mainly: blue. Hex color #07449F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07449F is #F8BB60. Grayscale: #3B3B3B. Windows color (decimal): -16300897 or 10437639. OLE color: 10437639.
HSL color Cylindrical-coordinate representation of color #07449F: hue angle of 215.92º 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 #07449F is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 68 | 159 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.38 |
| HSL | 215.92º | 0.92% | 0.33% | - |
| HSV(B) | 215.92º | 0.96% | 0.62% | - |
| XYZ | 8.41 | 6.68 | 33.65 | - |
| YUV | 60.14 | 183.79 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 68 | 159 | 0.96 | 0.57 | 0 | 0.38 | 215.92 | 0.92 | 0.33 |
| Hex | 7 | 44 | 9F | 60 | 39 | 0 | 26 | D8 | 5C | 21 |
| Octal | 7 | 104 | 237 | 140 | 71 | 0 | 46 | 330 | 134 | 41 |
| Binary | 111 | 1000100 | 10011111 | 1100000 | 111001 | 0 | 100110 | 11011000 | 1011100 | 100001 |
Color Harmonies of #07449F
Complementary color
Monochromatic Colors of #07449F
Black with #07449F
Text Example
Text Example
White with #07449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07449F; }
p { color: rgb(7,68,159); }
H1.HeaderClassName
{
color: #07449F;
}
.AnyTagClassName
{
color: #07449F;
}
</style>
background-color css
<style>
a { background-color: #07449F; }
a { background-color: rgb(7,68,159); }
div.DivClassName
{
background-color: #07449F;
}
.BgClassName
{
background-color: #07449F;
}
</style>
border-color css
<style>
span { border-color: #07449F; }
span { border-color: rgb(7,68,159); }
td.TdClassName
{
border-color: #07449F;
}
.TagClassName
{
border-color: #07449F;
}
</style>