Shades of Cobalt #014AAF
Tints of Cobalt #014AAF
RGB
CMYK
RGB Variations
Color information
#014AAF (or 0x014AAF) is known color: Cobalt. HEX triplet: 01, 4A and AF. RGB value is (1,74,175). Sum of RGB (Red+Green+Blue) = 1+74+175=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 74 (29.30% from 255 or 29.6% 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 #014AAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014AAF is #FEB550. Grayscale: #3F3F3F. Windows color (decimal): -16692561 or 11487745. OLE color: 11487745.
HSL color Cylindrical-coordinate representation of color #014AAF: hue angle of 214.83º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014AAF is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 74 | 175 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.31 |
| HSL | 214.83º | 0.99% | 0.35% | - |
| HSV(B) | 214.83º | 0.99% | 0.69% | - |
| XYZ | 10.2 | 8 | 41.56 | - |
| YUV | 63.69 | 190.82 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 175 | 0.99 | 0.58 | 0 | 0.31 | 214.83 | 0.99 | 0.35 |
| Hex | 1 | 4A | AF | 63 | 3A | 0 | 1F | D7 | 63 | 23 |
| Octal | 1 | 112 | 257 | 143 | 72 | 0 | 37 | 327 | 143 | 43 |
| Binary | 1 | 1001010 | 10101111 | 1100011 | 111010 | 0 | 11111 | 11010111 | 1100011 | 100011 |
Color Harmonies of #014AAF
Complementary color
Monochromatic Colors of #014AAF
Black with #014AAF
Text Example
Text Example
White with #014AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014AAF; }
p { color: rgb(1,74,175); }
H1.HeaderClassName
{
color: #014AAF;
}
.AnyTagClassName
{
color: #014AAF;
}
</style>
background-color css
<style>
a { background-color: #014AAF; }
a { background-color: rgb(1,74,175); }
div.DivClassName
{
background-color: #014AAF;
}
.BgClassName
{
background-color: #014AAF;
}
</style>
border-color css
<style>
span { border-color: #014AAF; }
span { border-color: rgb(1,74,175); }
td.TdClassName
{
border-color: #014AAF;
}
.TagClassName
{
border-color: #014AAF;
}
</style>