Shades of Navy Blue #014CDE
Tints of Navy Blue #014CDE
RGB
CMYK
RGB Variations
Color information
#014CDE (or 0x014CDE) is known color: Navy Blue. HEX triplet: 01, 4C and DE. RGB value is (1,76,222). Sum of RGB (Red+Green+Blue) = 1+76+222=299 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 222 (87.11% from 255 or 74.25% from 299); Max value from RGB is 222 - color contains mainly: blue. Hex color #014CDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014CDE is #FEB321. Grayscale: #454545. Windows color (decimal): -16692002 or 14568449. OLE color: 14568449.
HSL color Cylindrical-coordinate representation of color #014CDE: hue angle of 219.64º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014CDE is Cyan = 1.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 76 | 222 | - |
| CMYK | 1.00 | 0.66 | 0 | 0.13 |
| HSL | 219.64º | 0.99% | 0.44% | - |
| HSV(B) | 219.64º | 1% | 0.87% | - |
| XYZ | 15.78 | 10.45 | 70.29 | - |
| YUV | 70.22 | 213.65 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 222 | 1.00 | 0.66 | 0 | 0.13 | 219.64 | 0.99 | 0.44 |
| Hex | 1 | 4C | DE | 64 | 42 | 0 | D | DC | 63 | 2C |
| Octal | 1 | 114 | 336 | 144 | 102 | 0 | 15 | 334 | 143 | 54 |
| Binary | 1 | 1001100 | 11011110 | 1100100 | 1000010 | 0 | 1101 | 11011100 | 1100011 | 101100 |
Color Harmonies of #014CDE
Complementary color
Monochromatic Colors of #014CDE
Black with #014CDE
Text Example
Text Example
White with #014CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014CDE; }
p { color: rgb(1,76,222); }
H1.HeaderClassName
{
color: #014CDE;
}
.AnyTagClassName
{
color: #014CDE;
}
</style>
background-color css
<style>
a { background-color: #014CDE; }
a { background-color: rgb(1,76,222); }
div.DivClassName
{
background-color: #014CDE;
}
.BgClassName
{
background-color: #014CDE;
}
</style>
border-color css
<style>
span { border-color: #014CDE; }
span { border-color: rgb(1,76,222); }
td.TdClassName
{
border-color: #014CDE;
}
.TagClassName
{
border-color: #014CDE;
}
</style>