Shades of Cobalt #00449A
Tints of Cobalt #00449A
RGB
CMYK
RGB Variations
Color information
#00449A (or 0x00449A) is known color: Cobalt. HEX triplet: 00, 44 and 9A. RGB value is (0,68,154). Sum of RGB (Red+Green+Blue) = 0+68+154=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 154 (60.55% from 255 or 69.37% from 222); Max value from RGB is 154 - color contains mainly: blue. Hex color #00449A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #00449A is #FFBB65. Grayscale: #393939. Windows color (decimal): -16759654 or 10109952. OLE color: 10109952.
HSL color Cylindrical-coordinate representation of color #00449A: hue angle of 213.51º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00449A is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 68 | 154 | - |
| CMYK | 1 | 0.56 | 0 | 0.40 |
| HSL | 213.51º | 1% | 0.3% | - |
| HSV(B) | 213.51º | 1% | 0.6% | - |
| XYZ | 7.9 | 6.47 | 31.4 | - |
| YUV | 57.47 | 182.47 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 68 | 154 | 1 | 0.56 | 0 | 0.40 | 213.51 | 1 | 0.3 |
| Hex | 0 | 44 | 9A | 64 | 38 | 0 | 28 | D6 | 64 | 1E |
| Octal | 0 | 104 | 232 | 144 | 70 | 0 | 50 | 326 | 144 | 36 |
| Binary | 0 | 1000100 | 10011010 | 1100100 | 111000 | 0 | 101000 | 11010110 | 1100100 | 11110 |
Color Harmonies of #00449A
Complementary color
Monochromatic Colors of #00449A
Black with #00449A
Text Example
Text Example
White with #00449A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00449A; }
p { color: rgb(0,68,154); }
H1.HeaderClassName
{
color: #00449A;
}
.AnyTagClassName
{
color: #00449A;
}
</style>
background-color css
<style>
a { background-color: #00449A; }
a { background-color: rgb(0,68,154); }
div.DivClassName
{
background-color: #00449A;
}
.BgClassName
{
background-color: #00449A;
}
</style>
border-color css
<style>
span { border-color: #00449A; }
span { border-color: rgb(0,68,154); }
td.TdClassName
{
border-color: #00449A;
}
.TagClassName
{
border-color: #00449A;
}
</style>