Shades of Navy Blue #014CE9
Tints of Navy Blue #014CE9
RGB
CMYK
RGB Variations
Color information
#014CE9 (or 0x014CE9) is known color: Navy Blue. HEX triplet: 01, 4C and E9. RGB value is (1,76,233). Sum of RGB (Red+Green+Blue) = 1+76+233=310 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 233 (91.41% from 255 or 75.16% from 310); Max value from RGB is 233 - color contains mainly: blue. Hex color #014CE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #014CE9 is #FEB316. Grayscale: #464646. Windows color (decimal): -16691991 or 15289345. OLE color: 15289345.
HSL color Cylindrical-coordinate representation of color #014CE9: hue angle of 220.6º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014CE9 is Cyan = 1.00, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 76 | 233 | - |
| CMYK | 1.00 | 0.67 | 0 | 0.09 |
| HSL | 220.6º | 0.99% | 0.46% | - |
| HSV(B) | 220.6º | 1% | 0.91% | - |
| XYZ | 17.3 | 11.06 | 78.31 | - |
| YUV | 71.47 | 219.15 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 233 | 1.00 | 0.67 | 0 | 0.09 | 220.6 | 0.99 | 0.46 |
| Hex | 1 | 4C | E9 | 64 | 43 | 0 | 9 | DD | 63 | 2E |
| Octal | 1 | 114 | 351 | 144 | 103 | 0 | 11 | 335 | 143 | 56 |
| Binary | 1 | 1001100 | 11101001 | 1100100 | 1000011 | 0 | 1001 | 11011101 | 1100011 | 101110 |
Color Harmonies of #014CE9
Complementary color
Monochromatic Colors of #014CE9
Black with #014CE9
Text Example
Text Example
White with #014CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014CE9; }
p { color: rgb(1,76,233); }
H1.HeaderClassName
{
color: #014CE9;
}
.AnyTagClassName
{
color: #014CE9;
}
</style>
background-color css
<style>
a { background-color: #014CE9; }
a { background-color: rgb(1,76,233); }
div.DivClassName
{
background-color: #014CE9;
}
.BgClassName
{
background-color: #014CE9;
}
</style>
border-color css
<style>
span { border-color: #014CE9; }
span { border-color: rgb(1,76,233); }
td.TdClassName
{
border-color: #014CE9;
}
.TagClassName
{
border-color: #014CE9;
}
</style>