Shades of Navy Blue #1462DD
Tints of Navy Blue #1462DD
RGB
CMYK
RGB Variations
Color information
#1462DD (or 0x1462DD) is known color: Navy Blue. HEX triplet: 14, 62 and DD. RGB value is (20,98,221). Sum of RGB (Red+Green+Blue) = 20+98+221=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 221 (86.72% from 255 or 65.19% from 339); Max value from RGB is 221 - color contains mainly: blue. Hex color #1462DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1462DD is #EB9D22. Grayscale: #585858. Windows color (decimal): -15441187 or 14508564. OLE color: 14508564.
HSL color Cylindrical-coordinate representation of color #1462DD: hue angle of 216.72º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1462DD is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 98 | 221 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.13 |
| HSL | 216.72º | 0.83% | 0.47% | - |
| HSV(B) | 216.72º | 0.91% | 0.87% | - |
| XYZ | 17.71 | 14.1 | 70.2 | - |
| YUV | 88.7 | 202.66 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 98 | 221 | 0.91 | 0.56 | 0 | 0.13 | 216.72 | 0.83 | 0.47 |
| Hex | 14 | 62 | DD | 5B | 38 | 0 | D | D9 | 53 | 2F |
| Octal | 24 | 142 | 335 | 133 | 70 | 0 | 15 | 331 | 123 | 57 |
| Binary | 10100 | 1100010 | 11011101 | 1011011 | 111000 | 0 | 1101 | 11011001 | 1010011 | 101111 |
Color Harmonies of #1462DD
Complementary color
Monochromatic Colors of #1462DD
Black with #1462DD
Text Example
Text Example
White with #1462DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1462DD; }
p { color: rgb(20,98,221); }
H1.HeaderClassName
{
color: #1462DD;
}
.AnyTagClassName
{
color: #1462DD;
}
</style>
background-color css
<style>
a { background-color: #1462DD; }
a { background-color: rgb(20,98,221); }
div.DivClassName
{
background-color: #1462DD;
}
.BgClassName
{
background-color: #1462DD;
}
</style>
border-color css
<style>
span { border-color: #1462DD; }
span { border-color: rgb(20,98,221); }
td.TdClassName
{
border-color: #1462DD;
}
.TagClassName
{
border-color: #1462DD;
}
</style>