Shades of Cobalt #00449F
Tints of Cobalt #00449F
RGB
CMYK
RGB Variations
Color information
#00449F (or 0x00449F) is known color: Cobalt. HEX triplet: 00, 44 and 9F. RGB value is (0,68,159). Sum of RGB (Red+Green+Blue) = 0+68+159=227 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 159 (62.5% from 255 or 70.04% from 227); Max value from RGB is 159 - color contains mainly: blue. Hex color #00449F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00449F is #FFBB60. Grayscale: #393939. Windows color (decimal): -16759649 or 10437632. OLE color: 10437632.
HSL color Cylindrical-coordinate representation of color #00449F: hue angle of 214.34º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00449F is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 68 | 159 | - |
| CMYK | 1 | 0.57 | 0 | 0.38 |
| HSL | 214.34º | 1% | 0.31% | - |
| HSV(B) | 214.34º | 1% | 0.62% | - |
| XYZ | 8.33 | 6.64 | 33.64 | - |
| YUV | 58.04 | 184.97 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 68 | 159 | 1 | 0.57 | 0 | 0.38 | 214.34 | 1 | 0.31 |
| Hex | 0 | 44 | 9F | 64 | 39 | 0 | 26 | D6 | 64 | 1F |
| Octal | 0 | 104 | 237 | 144 | 71 | 0 | 46 | 326 | 144 | 37 |
| Binary | 0 | 1000100 | 10011111 | 1100100 | 111001 | 0 | 100110 | 11010110 | 1100100 | 11111 |
Color Harmonies of #00449F
Complementary color
Monochromatic Colors of #00449F
Black with #00449F
Text Example
Text Example
White with #00449F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00449F; }
p { color: rgb(0,68,159); }
H1.HeaderClassName
{
color: #00449F;
}
.AnyTagClassName
{
color: #00449F;
}
</style>
background-color css
<style>
a { background-color: #00449F; }
a { background-color: rgb(0,68,159); }
div.DivClassName
{
background-color: #00449F;
}
.BgClassName
{
background-color: #00449F;
}
</style>
border-color css
<style>
span { border-color: #00449F; }
span { border-color: rgb(0,68,159); }
td.TdClassName
{
border-color: #00449F;
}
.TagClassName
{
border-color: #00449F;
}
</style>