Shades of Cobalt #004BAF
Tints of Cobalt #004BAF
RGB
CMYK
RGB Variations
Color information
#004BAF (or 0x004BAF) is known color: Cobalt. HEX triplet: 00, 4B and AF. RGB value is (0,75,175). Sum of RGB (Red+Green+Blue) = 0+75+175=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 75 (29.69% from 255 or 30% from 250); Blue value is 175 (68.75% from 255 or 70% from 250); Max value from RGB is 175 - color contains mainly: blue. Hex color #004BAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004BAF is #FFB450. Grayscale: #3F3F3F. Windows color (decimal): -16757841 or 11488000. OLE color: 11488000.
HSL color Cylindrical-coordinate representation of color #004BAF: hue angle of 214.29º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004BAF is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 75 | 175 | - |
| CMYK | 1 | 0.57 | 0 | 0.31 |
| HSL | 214.29º | 1% | 0.34% | - |
| HSV(B) | 214.29º | 1% | 0.69% | - |
| XYZ | 10.25 | 8.13 | 41.59 | - |
| YUV | 63.98 | 190.65 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 75 | 175 | 1 | 0.57 | 0 | 0.31 | 214.29 | 1 | 0.34 |
| Hex | 0 | 4B | AF | 64 | 39 | 0 | 1F | D6 | 64 | 22 |
| Octal | 0 | 113 | 257 | 144 | 71 | 0 | 37 | 326 | 144 | 42 |
| Binary | 0 | 1001011 | 10101111 | 1100100 | 111001 | 0 | 11111 | 11010110 | 1100100 | 100010 |
Color Harmonies of #004BAF
Complementary color
Monochromatic Colors of #004BAF
Black with #004BAF
Text Example
Text Example
White with #004BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004BAF; }
p { color: rgb(0,75,175); }
H1.HeaderClassName
{
color: #004BAF;
}
.AnyTagClassName
{
color: #004BAF;
}
</style>
background-color css
<style>
a { background-color: #004BAF; }
a { background-color: rgb(0,75,175); }
div.DivClassName
{
background-color: #004BAF;
}
.BgClassName
{
background-color: #004BAF;
}
</style>
border-color css
<style>
span { border-color: #004BAF; }
span { border-color: rgb(0,75,175); }
td.TdClassName
{
border-color: #004BAF;
}
.TagClassName
{
border-color: #004BAF;
}
</style>