Shades of Cobalt #07449D
Tints of Cobalt #07449D
RGB
CMYK
RGB Variations
Color information
#07449D (or 0x07449D) is known color: Cobalt. HEX triplet: 07, 44 and 9D. RGB value is (7,68,157). Sum of RGB (Red+Green+Blue) = 7+68+157=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 157 (61.72% from 255 or 67.67% from 232); Max value from RGB is 157 - color contains mainly: blue. Hex color #07449D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07449D is #F8BB62. Grayscale: #3B3B3B. Windows color (decimal): -16300899 or 10306567. OLE color: 10306567.
HSL color Cylindrical-coordinate representation of color #07449D: hue angle of 215.6º 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 #07449D is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 68 | 157 | - |
| CMYK | 0.96 | 0.57 | 0 | 0.38 |
| HSL | 215.6º | 0.91% | 0.32% | - |
| HSV(B) | 215.6º | 0.96% | 0.62% | - |
| XYZ | 8.24 | 6.61 | 32.74 | - |
| YUV | 59.91 | 182.79 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 68 | 157 | 0.96 | 0.57 | 0 | 0.38 | 215.6 | 0.91 | 0.32 |
| Hex | 7 | 44 | 9D | 60 | 39 | 0 | 26 | D8 | 5B | 20 |
| Octal | 7 | 104 | 235 | 140 | 71 | 0 | 46 | 330 | 133 | 40 |
| Binary | 111 | 1000100 | 10011101 | 1100000 | 111001 | 0 | 100110 | 11011000 | 1011011 | 100000 |
Color Harmonies of #07449D
Complementary color
Monochromatic Colors of #07449D
Black with #07449D
Text Example
Text Example
White with #07449D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07449D; }
p { color: rgb(7,68,157); }
H1.HeaderClassName
{
color: #07449D;
}
.AnyTagClassName
{
color: #07449D;
}
</style>
background-color css
<style>
a { background-color: #07449D; }
a { background-color: rgb(7,68,157); }
div.DivClassName
{
background-color: #07449D;
}
.BgClassName
{
background-color: #07449D;
}
</style>
border-color css
<style>
span { border-color: #07449D; }
span { border-color: rgb(7,68,157); }
td.TdClassName
{
border-color: #07449D;
}
.TagClassName
{
border-color: #07449D;
}
</style>