Shades of Navy Blue #014DDF
Tints of Navy Blue #014DDF
RGB
CMYK
RGB Variations
Color information
#014DDF (or 0x014DDF) is known color: Navy Blue. HEX triplet: 01, 4D and DF. RGB value is (1,77,223). Sum of RGB (Red+Green+Blue) = 1+77+223=301 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 223 (87.5% from 255 or 74.09% from 301); Max value from RGB is 223 - color contains mainly: blue. Hex color #014DDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #014DDF is #FEB220. Grayscale: #464646. Windows color (decimal): -16691745 or 14634241. OLE color: 14634241.
HSL color Cylindrical-coordinate representation of color #014DDF: hue angle of 219.46º 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 #014DDF is Cyan = 1.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 77 | 223 | - |
| CMYK | 1.00 | 0.65 | 0 | 0.13 |
| HSL | 219.46º | 0.99% | 0.44% | - |
| HSV(B) | 219.46º | 1% | 0.87% | - |
| XYZ | 15.99 | 10.64 | 71.02 | - |
| YUV | 70.92 | 213.82 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 77 | 223 | 1.00 | 0.65 | 0 | 0.13 | 219.46 | 0.99 | 0.44 |
| Hex | 1 | 4D | DF | 64 | 41 | 0 | D | DB | 63 | 2C |
| Octal | 1 | 115 | 337 | 144 | 101 | 0 | 15 | 333 | 143 | 54 |
| Binary | 1 | 1001101 | 11011111 | 1100100 | 1000001 | 0 | 1101 | 11011011 | 1100011 | 101100 |
Color Harmonies of #014DDF
Complementary color
Monochromatic Colors of #014DDF
Black with #014DDF
Text Example
Text Example
White with #014DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014DDF; }
p { color: rgb(1,77,223); }
H1.HeaderClassName
{
color: #014DDF;
}
.AnyTagClassName
{
color: #014DDF;
}
</style>
background-color css
<style>
a { background-color: #014DDF; }
a { background-color: rgb(1,77,223); }
div.DivClassName
{
background-color: #014DDF;
}
.BgClassName
{
background-color: #014DDF;
}
</style>
border-color css
<style>
span { border-color: #014DDF; }
span { border-color: rgb(1,77,223); }
td.TdClassName
{
border-color: #014DDF;
}
.TagClassName
{
border-color: #014DDF;
}
</style>