Shades of Cobalt #004499
Tints of Cobalt #004499
RGB
CMYK
RGB Variations
Color information
#004499 (or 0x004499) is known color: Cobalt. HEX triplet: 00, 44 and 99. RGB value is (0,68,153). Sum of RGB (Red+Green+Blue) = 0+68+153=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 153 (60.16% from 255 or 69.23% from 221); Max value from RGB is 153 - color contains mainly: blue. Hex color #004499 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004499 is #FFBB66. Grayscale: #383838. Windows color (decimal): -16759655 or 10044416. OLE color: 10044416.
HSL color Cylindrical-coordinate representation of color #004499: hue angle of 213.33º 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 #004499 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 0 | 68 | 153 | - |
| CMYK | 1 | 0.56 | 0 | 0.4 |
| HSL | 213.33º | 1% | 0.3% | - |
| HSV(B) | 213.33º | 1% | 0.6% | - |
| XYZ | 7.82 | 6.43 | 30.97 | - |
| YUV | 57.36 | 181.97 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 68 | 153 | 1 | 0.56 | 0 | 0.4 | 213.33 | 1 | 0.3 |
| Hex | 0 | 44 | 99 | 64 | 38 | 0 | 28 | D5 | 64 | 1E |
| Octal | 0 | 104 | 231 | 144 | 70 | 0 | 50 | 325 | 144 | 36 |
| Binary | 0 | 1000100 | 10011001 | 1100100 | 111000 | 0 | 101000 | 11010101 | 1100100 | 11110 |
Color Harmonies of #004499
Complementary color
Monochromatic Colors of #004499
Black with #004499
Text Example
Text Example
White with #004499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004499; }
p { color: rgb(0,68,153); }
H1.HeaderClassName
{
color: #004499;
}
.AnyTagClassName
{
color: #004499;
}
</style>
background-color css
<style>
a { background-color: #004499; }
a { background-color: rgb(0,68,153); }
div.DivClassName
{
background-color: #004499;
}
.BgClassName
{
background-color: #004499;
}
</style>
border-color css
<style>
span { border-color: #004499; }
span { border-color: rgb(0,68,153); }
td.TdClassName
{
border-color: #004499;
}
.TagClassName
{
border-color: #004499;
}
</style>