Shades of Cobalt #004FAB
Tints of Cobalt #004FAB
RGB
CMYK
RGB Variations
Color information
#004FAB (or 0x004FAB) is known color: Cobalt. HEX triplet: 00, 4F and AB. RGB value is (0,79,171). Sum of RGB (Red+Green+Blue) = 0+79+171=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #004FAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004FAB is #FFB054. Grayscale: #414141. Windows color (decimal): -16756821 or 11226880. OLE color: 11226880.
HSL color Cylindrical-coordinate representation of color #004FAB: hue angle of 212.28º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004FAB is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 79 | 171 | - |
| CMYK | 1 | 0.54 | 0 | 0.33 |
| HSL | 212.28º | 1% | 0.34% | - |
| HSV(B) | 212.28º | 1% | 0.67% | - |
| XYZ | 10.15 | 8.53 | 39.64 | - |
| YUV | 65.87 | 187.33 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 79 | 171 | 1 | 0.54 | 0 | 0.33 | 212.28 | 1 | 0.34 |
| Hex | 0 | 4F | AB | 64 | 36 | 0 | 21 | D4 | 64 | 22 |
| Octal | 0 | 117 | 253 | 144 | 66 | 0 | 41 | 324 | 144 | 42 |
| Binary | 0 | 1001111 | 10101011 | 1100100 | 110110 | 0 | 100001 | 11010100 | 1100100 | 100010 |
Color Harmonies of #004FAB
Complementary color
Monochromatic Colors of #004FAB
Black with #004FAB
Text Example
Text Example
White with #004FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004FAB; }
p { color: rgb(0,79,171); }
H1.HeaderClassName
{
color: #004FAB;
}
.AnyTagClassName
{
color: #004FAB;
}
</style>
background-color css
<style>
a { background-color: #004FAB; }
a { background-color: rgb(0,79,171); }
div.DivClassName
{
background-color: #004FAB;
}
.BgClassName
{
background-color: #004FAB;
}
</style>
border-color css
<style>
span { border-color: #004FAB; }
span { border-color: rgb(0,79,171); }
td.TdClassName
{
border-color: #004FAB;
}
.TagClassName
{
border-color: #004FAB;
}
</style>