Shades of Navy Blue #014CDC
Tints of Navy Blue #014CDC
RGB
CMYK
RGB Variations
Color information
#014CDC (or 0x014CDC) is known color: Navy Blue. HEX triplet: 01, 4C and DC. RGB value is (1,76,220). Sum of RGB (Red+Green+Blue) = 1+76+220=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 220 (86.33% from 255 or 74.07% from 297); Max value from RGB is 220 - color contains mainly: blue. Hex color #014CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014CDC is #FEB323. Grayscale: #454545. Windows color (decimal): -16692004 or 14437377. OLE color: 14437377.
HSL color Cylindrical-coordinate representation of color #014CDC: hue angle of 219.45º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014CDC is Cyan = 1.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 1 | 76 | 220 | - |
| CMYK | 1.00 | 0.65 | 0 | 0.14 |
| HSL | 219.45º | 0.99% | 0.43% | - |
| HSV(B) | 219.45º | 1% | 0.86% | - |
| XYZ | 15.52 | 10.34 | 68.89 | - |
| YUV | 69.99 | 212.65 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 220 | 1.00 | 0.65 | 0 | 0.14 | 219.45 | 0.99 | 0.43 |
| Hex | 1 | 4C | DC | 64 | 41 | 0 | E | DB | 63 | 2B |
| Octal | 1 | 114 | 334 | 144 | 101 | 0 | 16 | 333 | 143 | 53 |
| Binary | 1 | 1001100 | 11011100 | 1100100 | 1000001 | 0 | 1110 | 11011011 | 1100011 | 101011 |
Color Harmonies of #014CDC
Complementary color
Monochromatic Colors of #014CDC
Black with #014CDC
Text Example
Text Example
White with #014CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014CDC; }
p { color: rgb(1,76,220); }
H1.HeaderClassName
{
color: #014CDC;
}
.AnyTagClassName
{
color: #014CDC;
}
</style>
background-color css
<style>
a { background-color: #014CDC; }
a { background-color: rgb(1,76,220); }
div.DivClassName
{
background-color: #014CDC;
}
.BgClassName
{
background-color: #014CDC;
}
</style>
border-color css
<style>
span { border-color: #014CDC; }
span { border-color: rgb(1,76,220); }
td.TdClassName
{
border-color: #014CDC;
}
.TagClassName
{
border-color: #014CDC;
}
</style>