Shades of Navy Blue #014CFD
Tints of Navy Blue #014CFD
RGB
CMYK
RGB Variations
Color information
#014CFD (or 0x014CFD) is known color: Navy Blue. HEX triplet: 01, 4C and FD. RGB value is (1,76,253). Sum of RGB (Red+Green+Blue) = 1+76+253=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 253 (99.22% from 255 or 76.67% from 330); Max value from RGB is 253 - color contains mainly: blue. Hex color #014CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #014CFD is #FEB302. Grayscale: #484848. Windows color (decimal): -16691971 or 16600065. OLE color: 16600065.
HSL color Cylindrical-coordinate representation of color #014CFD: hue angle of 222.14º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014CFD is Cyan = 1.00, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 76 | 253 | - |
| CMYK | 1.00 | 0.70 | 0 | 0.01 |
| HSL | 222.14º | 0.99% | 0.5% | - |
| HSV(B) | 222.14º | 1% | 0.99% | - |
| XYZ | 20.33 | 12.27 | 94.22 | - |
| YUV | 73.75 | 229.15 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 253 | 1.00 | 0.70 | 0 | 0.01 | 222.14 | 0.99 | 0.5 |
| Hex | 1 | 4C | FD | 64 | 46 | 0 | 1 | DE | 63 | 32 |
| Octal | 1 | 114 | 375 | 144 | 106 | 0 | 1 | 336 | 143 | 62 |
| Binary | 1 | 1001100 | 11111101 | 1100100 | 1000110 | 0 | 1 | 11011110 | 1100011 | 110010 |
Color Harmonies of #014CFD
Complementary color
Monochromatic Colors of #014CFD
Black with #014CFD
Text Example
Text Example
White with #014CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014CFD; }
p { color: rgb(1,76,253); }
H1.HeaderClassName
{
color: #014CFD;
}
.AnyTagClassName
{
color: #014CFD;
}
</style>
background-color css
<style>
a { background-color: #014CFD; }
a { background-color: rgb(1,76,253); }
div.DivClassName
{
background-color: #014CFD;
}
.BgClassName
{
background-color: #014CFD;
}
</style>
border-color css
<style>
span { border-color: #014CFD; }
span { border-color: rgb(1,76,253); }
td.TdClassName
{
border-color: #014CFD;
}
.TagClassName
{
border-color: #014CFD;
}
</style>