Shades of Navy Blue #014ACF
Tints of Navy Blue #014ACF
RGB
CMYK
RGB Variations
Color information
#014ACF (or 0x014ACF) is known color: Navy Blue. HEX triplet: 01, 4A and CF. RGB value is (1,74,207). Sum of RGB (Red+Green+Blue) = 1+74+207=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 207 (81.25% from 255 or 73.40% from 282); Max value from RGB is 207 - color contains mainly: blue. Hex color #014ACF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014ACF is #FEB530. Grayscale: #424242. Windows color (decimal): -16692529 or 13584897. OLE color: 13584897.
HSL color Cylindrical-coordinate representation of color #014ACF: hue angle of 218.74º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014ACF is Cyan = 1.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 74 | 207 | - |
| CMYK | 1.00 | 0.64 | 0 | 0.19 |
| HSL | 218.74º | 0.99% | 0.41% | - |
| HSV(B) | 218.74º | 1% | 0.81% | - |
| XYZ | 13.72 | 9.41 | 60.12 | - |
| YUV | 67.34 | 206.82 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 207 | 1.00 | 0.64 | 0 | 0.19 | 218.74 | 0.99 | 0.41 |
| Hex | 1 | 4A | CF | 64 | 40 | 0 | 13 | DB | 63 | 29 |
| Octal | 1 | 112 | 317 | 144 | 100 | 0 | 23 | 333 | 143 | 51 |
| Binary | 1 | 1001010 | 11001111 | 1100100 | 1000000 | 0 | 10011 | 11011011 | 1100011 | 101001 |
Color Harmonies of #014ACF
Complementary color
Monochromatic Colors of #014ACF
Black with #014ACF
Text Example
Text Example
White with #014ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014ACF; }
p { color: rgb(1,74,207); }
H1.HeaderClassName
{
color: #014ACF;
}
.AnyTagClassName
{
color: #014ACF;
}
</style>
background-color css
<style>
a { background-color: #014ACF; }
a { background-color: rgb(1,74,207); }
div.DivClassName
{
background-color: #014ACF;
}
.BgClassName
{
background-color: #014ACF;
}
</style>
border-color css
<style>
span { border-color: #014ACF; }
span { border-color: rgb(1,74,207); }
td.TdClassName
{
border-color: #014ACF;
}
.TagClassName
{
border-color: #014ACF;
}
</style>