Shades of Navy Blue #014CFF
Tints of Navy Blue #014CFF
RGB
CMYK
RGB Variations
Color information
#014CFF (or 0x014CFF) is known color: Navy Blue. HEX triplet: 01, 4C and FF. RGB value is (1,76,255). Sum of RGB (Red+Green+Blue) = 1+76+255=332 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 255 (100% from 255 or 76.81% from 332); Max value from RGB is 255 - color contains mainly: blue. Hex color #014CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #014CFF is #FEB300. Grayscale: #494949. Windows color (decimal): -16691969 or 16731137. OLE color: 16731137.
HSL color Cylindrical-coordinate representation of color #014CFF: hue angle of 222.28º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014CFF is Cyan = 1.00, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 76 | 255 | - |
| CMYK | 1.00 | 0.70 | 0 | 0 |
| HSL | 222.28º | 1% | 0.5% | - |
| HSV(B) | 222.28º | 1% | 1% | - |
| XYZ | 20.65 | 12.4 | 95.91 | - |
| YUV | 73.98 | 230.15 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 255 | 1.00 | 0.70 | 0 | 0 | 222.28 | 1 | 0.5 |
| Hex | 1 | 4C | FF | 64 | 46 | 0 | 0 | DE | 64 | 32 |
| Octal | 1 | 114 | 377 | 144 | 106 | 0 | 0 | 336 | 144 | 62 |
| Binary | 1 | 1001100 | 11111111 | 1100100 | 1000110 | 0 | 0 | 11011110 | 1100100 | 110010 |
Color Harmonies of #014CFF
Complementary color
Monochromatic Colors of #014CFF
Black with #014CFF
Text Example
Text Example
White with #014CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014CFF; }
p { color: rgb(1,76,255); }
H1.HeaderClassName
{
color: #014CFF;
}
.AnyTagClassName
{
color: #014CFF;
}
</style>
background-color css
<style>
a { background-color: #014CFF; }
a { background-color: rgb(1,76,255); }
div.DivClassName
{
background-color: #014CFF;
}
.BgClassName
{
background-color: #014CFF;
}
</style>
border-color css
<style>
span { border-color: #014CFF; }
span { border-color: rgb(1,76,255); }
td.TdClassName
{
border-color: #014CFF;
}
.TagClassName
{
border-color: #014CFF;
}
</style>