Shades of Navy Blue #014DCC
Tints of Navy Blue #014DCC
RGB
CMYK
RGB Variations
Color information
#014DCC (or 0x014DCC) is known color: Navy Blue. HEX triplet: 01, 4D and CC. RGB value is (1,77,204). Sum of RGB (Red+Green+Blue) = 1+77+204=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 204 (80.08% from 255 or 72.34% from 282); Max value from RGB is 204 - color contains mainly: blue. Hex color #014DCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014DCC is #FEB233. Grayscale: #444444. Windows color (decimal): -16691764 or 13389057. OLE color: 13389057.
HSL color Cylindrical-coordinate representation of color #014DCC: hue angle of 217.54º 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 #014DCC is Cyan = 1.00, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 77 | 204 | - |
| CMYK | 1.00 | 0.62 | 0 | 0.2 |
| HSL | 217.54º | 0.99% | 0.4% | - |
| HSV(B) | 217.54º | 1% | 0.8% | - |
| XYZ | 13.57 | 9.67 | 58.28 | - |
| YUV | 68.75 | 204.32 | 79.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 204 | 1.00 | 0.62 | 0 | 0.2 | 217.54 | 0.99 | 0.4 |
| Hex | 1 | 4D | CC | 64 | 3E | 0 | 14 | DA | 63 | 28 |
| Octal | 1 | 115 | 314 | 144 | 76 | 0 | 24 | 332 | 143 | 50 |
| Binary | 1 | 1001101 | 11001100 | 1100100 | 111110 | 0 | 10100 | 11011010 | 1100011 | 101000 |
Color Harmonies of #014DCC
Complementary color
Monochromatic Colors of #014DCC
Black with #014DCC
Text Example
Text Example
White with #014DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014DCC; }
p { color: rgb(1,77,204); }
H1.HeaderClassName
{
color: #014DCC;
}
.AnyTagClassName
{
color: #014DCC;
}
</style>
background-color css
<style>
a { background-color: #014DCC; }
a { background-color: rgb(1,77,204); }
div.DivClassName
{
background-color: #014DCC;
}
.BgClassName
{
background-color: #014DCC;
}
</style>
border-color css
<style>
span { border-color: #014DCC; }
span { border-color: rgb(1,77,204); }
td.TdClassName
{
border-color: #014DCC;
}
.TagClassName
{
border-color: #014DCC;
}
</style>