Shades of Cobalt #004A9A
Tints of Cobalt #004A9A
RGB
CMYK
RGB Variations
Color information
#004A9A (or 0x004A9A) is known color: Cobalt. HEX triplet: 00, 4A and 9A. RGB value is (0,74,154). Sum of RGB (Red+Green+Blue) = 0+74+154=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 154 (60.55% from 255 or 67.54% from 228); Max value from RGB is 154 - color contains mainly: blue. Hex color #004A9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004A9A is #FFB565. Grayscale: #3C3C3C. Windows color (decimal): -16758118 or 10111488. OLE color: 10111488.
HSL color Cylindrical-coordinate representation of color #004A9A: hue angle of 211.17º 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 #004A9A is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 74 | 154 | - |
| CMYK | 1 | 0.52 | 0 | 0.40 |
| HSL | 211.17º | 1% | 0.3% | - |
| HSV(B) | 211.17º | 1% | 0.6% | - |
| XYZ | 8.28 | 7.23 | 31.53 | - |
| YUV | 60.99 | 180.48 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 154 | 1 | 0.52 | 0 | 0.40 | 211.17 | 1 | 0.3 |
| Hex | 0 | 4A | 9A | 64 | 34 | 0 | 28 | D3 | 64 | 1E |
| Octal | 0 | 112 | 232 | 144 | 64 | 0 | 50 | 323 | 144 | 36 |
| Binary | 0 | 1001010 | 10011010 | 1100100 | 110100 | 0 | 101000 | 11010011 | 1100100 | 11110 |
Color Harmonies of #004A9A
Complementary color
Monochromatic Colors of #004A9A
Black with #004A9A
Text Example
Text Example
White with #004A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004A9A; }
p { color: rgb(0,74,154); }
H1.HeaderClassName
{
color: #004A9A;
}
.AnyTagClassName
{
color: #004A9A;
}
</style>
background-color css
<style>
a { background-color: #004A9A; }
a { background-color: rgb(0,74,154); }
div.DivClassName
{
background-color: #004A9A;
}
.BgClassName
{
background-color: #004A9A;
}
</style>
border-color css
<style>
span { border-color: #004A9A; }
span { border-color: rgb(0,74,154); }
td.TdClassName
{
border-color: #004A9A;
}
.TagClassName
{
border-color: #004A9A;
}
</style>