Shades of Cobalt #004FAA
Tints of Cobalt #004FAA
RGB
CMYK
RGB Variations
Color information
#004FAA (or 0x004FAA) is known color: Cobalt. HEX triplet: 00, 4F and AA. RGB value is (0,79,170). Sum of RGB (Red+Green+Blue) = 0+79+170=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 170 (66.80% from 255 or 68.27% from 249); Max value from RGB is 170 - color contains mainly: blue. Hex color #004FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #004FAA is #FFB055. Grayscale: #414141. Windows color (decimal): -16756822 or 11161344. OLE color: 11161344.
HSL color Cylindrical-coordinate representation of color #004FAA: hue angle of 212.12º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004FAA is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 79 | 170 | - |
| CMYK | 1 | 0.54 | 0 | 0.33 |
| HSL | 212.12º | 1% | 0.33% | - |
| HSV(B) | 212.12º | 1% | 0.67% | - |
| XYZ | 10.05 | 8.49 | 39.14 | - |
| YUV | 65.75 | 186.83 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 79 | 170 | 1 | 0.54 | 0 | 0.33 | 212.12 | 1 | 0.33 |
| Hex | 0 | 4F | AA | 64 | 36 | 0 | 21 | D4 | 64 | 21 |
| Octal | 0 | 117 | 252 | 144 | 66 | 0 | 41 | 324 | 144 | 41 |
| Binary | 0 | 1001111 | 10101010 | 1100100 | 110110 | 0 | 100001 | 11010100 | 1100100 | 100001 |
Color Harmonies of #004FAA
Complementary color
Monochromatic Colors of #004FAA
Black with #004FAA
Text Example
Text Example
White with #004FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004FAA; }
p { color: rgb(0,79,170); }
H1.HeaderClassName
{
color: #004FAA;
}
.AnyTagClassName
{
color: #004FAA;
}
</style>
background-color css
<style>
a { background-color: #004FAA; }
a { background-color: rgb(0,79,170); }
div.DivClassName
{
background-color: #004FAA;
}
.BgClassName
{
background-color: #004FAA;
}
</style>
border-color css
<style>
span { border-color: #004FAA; }
span { border-color: rgb(0,79,170); }
td.TdClassName
{
border-color: #004FAA;
}
.TagClassName
{
border-color: #004FAA;
}
</style>