Shades of Cobalt #004BAE
Tints of Cobalt #004BAE
RGB
CMYK
RGB Variations
Color information
#004BAE (or 0x004BAE) is known color: Cobalt. HEX triplet: 00, 4B and AE. RGB value is (0,75,174). Sum of RGB (Red+Green+Blue) = 0+75+174=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 174 (68.36% from 255 or 69.88% from 249); Max value from RGB is 174 - color contains mainly: blue. Hex color #004BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004BAE is #FFB451. Grayscale: #3F3F3F. Windows color (decimal): -16757842 or 11422464. OLE color: 11422464.
HSL color Cylindrical-coordinate representation of color #004BAE: hue angle of 214.14º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004BAE is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 75 | 174 | - |
| CMYK | 1 | 0.57 | 0 | 0.32 |
| HSL | 214.14º | 1% | 0.34% | - |
| HSV(B) | 214.14º | 1% | 0.68% | - |
| XYZ | 10.16 | 8.09 | 41.07 | - |
| YUV | 63.86 | 190.15 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 75 | 174 | 1 | 0.57 | 0 | 0.32 | 214.14 | 1 | 0.34 |
| Hex | 0 | 4B | AE | 64 | 39 | 0 | 20 | D6 | 64 | 22 |
| Octal | 0 | 113 | 256 | 144 | 71 | 0 | 40 | 326 | 144 | 42 |
| Binary | 0 | 1001011 | 10101110 | 1100100 | 111001 | 0 | 100000 | 11010110 | 1100100 | 100010 |
Color Harmonies of #004BAE
Complementary color
Monochromatic Colors of #004BAE
Black with #004BAE
Text Example
Text Example
White with #004BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004BAE; }
p { color: rgb(0,75,174); }
H1.HeaderClassName
{
color: #004BAE;
}
.AnyTagClassName
{
color: #004BAE;
}
</style>
background-color css
<style>
a { background-color: #004BAE; }
a { background-color: rgb(0,75,174); }
div.DivClassName
{
background-color: #004BAE;
}
.BgClassName
{
background-color: #004BAE;
}
</style>
border-color css
<style>
span { border-color: #004BAE; }
span { border-color: rgb(0,75,174); }
td.TdClassName
{
border-color: #004BAE;
}
.TagClassName
{
border-color: #004BAE;
}
</style>