Shades of Cobalt #07449B
Tints of Cobalt #07449B
RGB
CMYK
RGB Variations
Color information
#07449B (or 0x07449B) is known color: Cobalt. HEX triplet: 07, 44 and 9B. RGB value is (7,68,155). Sum of RGB (Red+Green+Blue) = 7+68+155=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 155 (60.94% from 255 or 67.39% from 230); Max value from RGB is 155 - color contains mainly: blue. Hex color #07449B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07449B is #F8BB64. Grayscale: #3B3B3B. Windows color (decimal): -16300901 or 10175495. OLE color: 10175495.
HSL color Cylindrical-coordinate representation of color #07449B: hue angle of 215.27º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07449B is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 68 | 155 | - |
| CMYK | 0.95 | 0.56 | 0 | 0.39 |
| HSL | 215.27º | 0.91% | 0.32% | - |
| HSV(B) | 215.27º | 0.95% | 0.61% | - |
| XYZ | 8.07 | 6.55 | 31.85 | - |
| YUV | 59.68 | 181.79 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 68 | 155 | 0.95 | 0.56 | 0 | 0.39 | 215.27 | 0.91 | 0.32 |
| Hex | 7 | 44 | 9B | 5F | 38 | 0 | 27 | D7 | 5B | 20 |
| Octal | 7 | 104 | 233 | 137 | 70 | 0 | 47 | 327 | 133 | 40 |
| Binary | 111 | 1000100 | 10011011 | 1011111 | 111000 | 0 | 100111 | 11010111 | 1011011 | 100000 |
Color Harmonies of #07449B
Complementary color
Monochromatic Colors of #07449B
Black with #07449B
Text Example
Text Example
White with #07449B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07449B; }
p { color: rgb(7,68,155); }
H1.HeaderClassName
{
color: #07449B;
}
.AnyTagClassName
{
color: #07449B;
}
</style>
background-color css
<style>
a { background-color: #07449B; }
a { background-color: rgb(7,68,155); }
div.DivClassName
{
background-color: #07449B;
}
.BgClassName
{
background-color: #07449B;
}
</style>
border-color css
<style>
span { border-color: #07449B; }
span { border-color: rgb(7,68,155); }
td.TdClassName
{
border-color: #07449B;
}
.TagClassName
{
border-color: #07449B;
}
</style>