Shades of Navy Blue #014ACC
Tints of Navy Blue #014ACC
RGB
CMYK
RGB Variations
Color information
#014ACC (or 0x014ACC) is known color: Navy Blue. HEX triplet: 01, 4A and CC. RGB value is (1,74,204). Sum of RGB (Red+Green+Blue) = 1+74+204=279 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 204 (80.08% from 255 or 73.12% from 279); Max value from RGB is 204 - color contains mainly: blue. Hex color #014ACC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014ACC is #FEB533. Grayscale: #424242. Windows color (decimal): -16692532 or 13388289. OLE color: 13388289.
HSL color Cylindrical-coordinate representation of color #014ACC: hue angle of 218.42º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014ACC is Cyan = 1.00, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 74 | 204 | - |
| CMYK | 1.00 | 0.64 | 0 | 0.2 |
| HSL | 218.42º | 0.99% | 0.4% | - |
| HSV(B) | 218.42º | 1% | 0.8% | - |
| XYZ | 13.36 | 9.26 | 58.21 | - |
| YUV | 66.99 | 205.32 | 80.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 74 | 204 | 1.00 | 0.64 | 0 | 0.2 | 218.42 | 0.99 | 0.4 |
| Hex | 1 | 4A | CC | 64 | 40 | 0 | 14 | DA | 63 | 28 |
| Octal | 1 | 112 | 314 | 144 | 100 | 0 | 24 | 332 | 143 | 50 |
| Binary | 1 | 1001010 | 11001100 | 1100100 | 1000000 | 0 | 10100 | 11011010 | 1100011 | 101000 |
Color Harmonies of #014ACC
Complementary color
Monochromatic Colors of #014ACC
Black with #014ACC
Text Example
Text Example
White with #014ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014ACC; }
p { color: rgb(1,74,204); }
H1.HeaderClassName
{
color: #014ACC;
}
.AnyTagClassName
{
color: #014ACC;
}
</style>
background-color css
<style>
a { background-color: #014ACC; }
a { background-color: rgb(1,74,204); }
div.DivClassName
{
background-color: #014ACC;
}
.BgClassName
{
background-color: #014ACC;
}
</style>
border-color css
<style>
span { border-color: #014ACC; }
span { border-color: rgb(1,74,204); }
td.TdClassName
{
border-color: #014ACC;
}
.TagClassName
{
border-color: #014ACC;
}
</style>