Shades of Navy Blue #014CEC
Tints of Navy Blue #014CEC
RGB
CMYK
RGB Variations
Color information
#014CEC (or 0x014CEC) is known color: Navy Blue. HEX triplet: 01, 4C and EC. RGB value is (1,76,236). Sum of RGB (Red+Green+Blue) = 1+76+236=313 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 236 (92.58% from 255 or 75.40% from 313); Max value from RGB is 236 - color contains mainly: blue. Hex color #014CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #014CEC is #FEB313. Grayscale: #474747. Windows color (decimal): -16691988 or 15485953. OLE color: 15485953.
HSL color Cylindrical-coordinate representation of color #014CEC: hue angle of 220.85º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014CEC is Cyan = 1.00, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 76 | 236 | - |
| CMYK | 1.00 | 0.68 | 0 | 0.07 |
| HSL | 220.85º | 0.99% | 0.46% | - |
| HSV(B) | 220.85º | 1% | 0.93% | - |
| XYZ | 17.74 | 11.23 | 80.59 | - |
| YUV | 71.82 | 220.65 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 236 | 1.00 | 0.68 | 0 | 0.07 | 220.85 | 0.99 | 0.46 |
| Hex | 1 | 4C | EC | 64 | 44 | 0 | 7 | DD | 63 | 2E |
| Octal | 1 | 114 | 354 | 144 | 104 | 0 | 7 | 335 | 143 | 56 |
| Binary | 1 | 1001100 | 11101100 | 1100100 | 1000100 | 0 | 111 | 11011101 | 1100011 | 101110 |
Color Harmonies of #014CEC
Complementary color
Monochromatic Colors of #014CEC
Black with #014CEC
Text Example
Text Example
White with #014CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014CEC; }
p { color: rgb(1,76,236); }
H1.HeaderClassName
{
color: #014CEC;
}
.AnyTagClassName
{
color: #014CEC;
}
</style>
background-color css
<style>
a { background-color: #014CEC; }
a { background-color: rgb(1,76,236); }
div.DivClassName
{
background-color: #014CEC;
}
.BgClassName
{
background-color: #014CEC;
}
</style>
border-color css
<style>
span { border-color: #014CEC; }
span { border-color: rgb(1,76,236); }
td.TdClassName
{
border-color: #014CEC;
}
.TagClassName
{
border-color: #014CEC;
}
</style>