Shades of Navy Blue #014DCD
Tints of Navy Blue #014DCD
RGB
CMYK
RGB Variations
Color information
#014DCD (or 0x014DCD) is known color: Navy Blue. HEX triplet: 01, 4D and CD. RGB value is (1,77,205). Sum of RGB (Red+Green+Blue) = 1+77+205=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 205 (80.47% from 255 or 72.44% from 283); Max value from RGB is 205 - color contains mainly: blue. Hex color #014DCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014DCD is #FEB232. Grayscale: #444444. Windows color (decimal): -16691763 or 13454593. OLE color: 13454593.
HSL color Cylindrical-coordinate representation of color #014DCD: hue angle of 217.65º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #014DCD is Cyan = 1.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 1 | 77 | 205 | - |
| CMYK | 1.00 | 0.62 | 0 | 0.20 |
| HSL | 217.65º | 0.99% | 0.4% | - |
| HSV(B) | 217.65º | 1% | 0.8% | - |
| XYZ | 13.69 | 9.72 | 58.91 | - |
| YUV | 68.87 | 204.82 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 205 | 1.00 | 0.62 | 0 | 0.20 | 217.65 | 0.99 | 0.4 |
| Hex | 1 | 4D | CD | 64 | 3E | 0 | 14 | DA | 63 | 28 |
| Octal | 1 | 115 | 315 | 144 | 76 | 0 | 24 | 332 | 143 | 50 |
| Binary | 1 | 1001101 | 11001101 | 1100100 | 111110 | 0 | 10100 | 11011010 | 1100011 | 101000 |
Color Harmonies of #014DCD
Complementary color
Monochromatic Colors of #014DCD
Black with #014DCD
Text Example
Text Example
White with #014DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014DCD; }
p { color: rgb(1,77,205); }
H1.HeaderClassName
{
color: #014DCD;
}
.AnyTagClassName
{
color: #014DCD;
}
</style>
background-color css
<style>
a { background-color: #014DCD; }
a { background-color: rgb(1,77,205); }
div.DivClassName
{
background-color: #014DCD;
}
.BgClassName
{
background-color: #014DCD;
}
</style>
border-color css
<style>
span { border-color: #014DCD; }
span { border-color: rgb(1,77,205); }
td.TdClassName
{
border-color: #014DCD;
}
.TagClassName
{
border-color: #014DCD;
}
</style>