Shades of Navy Blue #014CDD
Tints of Navy Blue #014CDD
RGB
CMYK
RGB Variations
Color information
#014CDD (or 0x014CDD) is known color: Navy Blue. HEX triplet: 01, 4C and DD. RGB value is (1,76,221). Sum of RGB (Red+Green+Blue) = 1+76+221=298 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 221 (86.72% from 255 or 74.16% from 298); Max value from RGB is 221 - color contains mainly: blue. Hex color #014CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #014CDD is #FEB322. Grayscale: #454545. Windows color (decimal): -16692003 or 14502913. OLE color: 14502913.
HSL color Cylindrical-coordinate representation of color #014CDD: hue angle of 219.55º 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 #014CDD is Cyan = 1.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 76 | 221 | - |
| CMYK | 1.00 | 0.66 | 0 | 0.13 |
| HSL | 219.55º | 0.99% | 0.44% | - |
| HSV(B) | 219.55º | 1% | 0.87% | - |
| XYZ | 15.65 | 10.4 | 69.59 | - |
| YUV | 70.11 | 213.15 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 76 | 221 | 1.00 | 0.66 | 0 | 0.13 | 219.55 | 0.99 | 0.44 |
| Hex | 1 | 4C | DD | 64 | 42 | 0 | D | DC | 63 | 2C |
| Octal | 1 | 114 | 335 | 144 | 102 | 0 | 15 | 334 | 143 | 54 |
| Binary | 1 | 1001100 | 11011101 | 1100100 | 1000010 | 0 | 1101 | 11011100 | 1100011 | 101100 |
Color Harmonies of #014CDD
Complementary color
Monochromatic Colors of #014CDD
Black with #014CDD
Text Example
Text Example
White with #014CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014CDD; }
p { color: rgb(1,76,221); }
H1.HeaderClassName
{
color: #014CDD;
}
.AnyTagClassName
{
color: #014CDD;
}
</style>
background-color css
<style>
a { background-color: #014CDD; }
a { background-color: rgb(1,76,221); }
div.DivClassName
{
background-color: #014CDD;
}
.BgClassName
{
background-color: #014CDD;
}
</style>
border-color css
<style>
span { border-color: #014CDD; }
span { border-color: rgb(1,76,221); }
td.TdClassName
{
border-color: #014CDD;
}
.TagClassName
{
border-color: #014CDD;
}
</style>