Shades of Cobalt #004CAF
Tints of Cobalt #004CAF
RGB
CMYK
RGB Variations
Color information
#004CAF (or 0x004CAF) is known color: Cobalt. HEX triplet: 00, 4C and AF. RGB value is (0,76,175). Sum of RGB (Red+Green+Blue) = 0+76+175=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 175 (68.75% from 255 or 69.72% from 251); Max value from RGB is 175 - color contains mainly: blue. Hex color #004CAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004CAF is #FFB350. Grayscale: #404040. Windows color (decimal): -16757585 or 11488256. OLE color: 11488256.
HSL color Cylindrical-coordinate representation of color #004CAF: hue angle of 213.94º 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 #004CAF is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 76 | 175 | - |
| CMYK | 1 | 0.57 | 0 | 0.31 |
| HSL | 213.94º | 1% | 0.34% | - |
| HSV(B) | 213.94º | 1% | 0.69% | - |
| XYZ | 10.32 | 8.26 | 41.61 | - |
| YUV | 64.56 | 190.32 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 76 | 175 | 1 | 0.57 | 0 | 0.31 | 213.94 | 1 | 0.34 |
| Hex | 0 | 4C | AF | 64 | 39 | 0 | 1F | D6 | 64 | 22 |
| Octal | 0 | 114 | 257 | 144 | 71 | 0 | 37 | 326 | 144 | 42 |
| Binary | 0 | 1001100 | 10101111 | 1100100 | 111001 | 0 | 11111 | 11010110 | 1100100 | 100010 |
Color Harmonies of #004CAF
Complementary color
Monochromatic Colors of #004CAF
Black with #004CAF
Text Example
Text Example
White with #004CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004CAF; }
p { color: rgb(0,76,175); }
H1.HeaderClassName
{
color: #004CAF;
}
.AnyTagClassName
{
color: #004CAF;
}
</style>
background-color css
<style>
a { background-color: #004CAF; }
a { background-color: rgb(0,76,175); }
div.DivClassName
{
background-color: #004CAF;
}
.BgClassName
{
background-color: #004CAF;
}
</style>
border-color css
<style>
span { border-color: #004CAF; }
span { border-color: rgb(0,76,175); }
td.TdClassName
{
border-color: #004CAF;
}
.TagClassName
{
border-color: #004CAF;
}
</style>