Shades of Navy Blue #1466DF
Tints of Navy Blue #1466DF
RGB
CMYK
RGB Variations
Color information
#1466DF (or 0x1466DF) is known color: Navy Blue. HEX triplet: 14, 66 and DF. RGB value is (20,102,223). Sum of RGB (Red+Green+Blue) = 20+102+223=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 223 (87.5% from 255 or 64.64% from 345); Max value from RGB is 223 - color contains mainly: blue. Hex color #1466DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1466DF is #EB9920. Grayscale: #5A5A5A. Windows color (decimal): -15440161 or 14640660. OLE color: 14640660.
HSL color Cylindrical-coordinate representation of color #1466DF: hue angle of 215.76º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1466DF is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 102 | 223 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.13 |
| HSL | 215.76º | 0.84% | 0.48% | - |
| HSV(B) | 215.76º | 0.91% | 0.87% | - |
| XYZ | 18.36 | 14.98 | 71.74 | - |
| YUV | 91.28 | 202.33 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 102 | 223 | 0.91 | 0.54 | 0 | 0.13 | 215.76 | 0.84 | 0.48 |
| Hex | 14 | 66 | DF | 5B | 36 | 0 | D | D8 | 54 | 30 |
| Octal | 24 | 146 | 337 | 133 | 66 | 0 | 15 | 330 | 124 | 60 |
| Binary | 10100 | 1100110 | 11011111 | 1011011 | 110110 | 0 | 1101 | 11011000 | 1010100 | 110000 |
Color Harmonies of #1466DF
Complementary color
Monochromatic Colors of #1466DF
Black with #1466DF
Text Example
Text Example
White with #1466DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1466DF; }
p { color: rgb(20,102,223); }
H1.HeaderClassName
{
color: #1466DF;
}
.AnyTagClassName
{
color: #1466DF;
}
</style>
background-color css
<style>
a { background-color: #1466DF; }
a { background-color: rgb(20,102,223); }
div.DivClassName
{
background-color: #1466DF;
}
.BgClassName
{
background-color: #1466DF;
}
</style>
border-color css
<style>
span { border-color: #1466DF; }
span { border-color: rgb(20,102,223); }
td.TdClassName
{
border-color: #1466DF;
}
.TagClassName
{
border-color: #1466DF;
}
</style>