Shades of Navy Blue #1462DF
Tints of Navy Blue #1462DF
RGB
CMYK
RGB Variations
Color information
#1462DF (or 0x1462DF) is known color: Navy Blue. HEX triplet: 14, 62 and DF. RGB value is (20,98,223). Sum of RGB (Red+Green+Blue) = 20+98+223=341 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.87% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 223 (87.5% from 255 or 65.40% from 341); Max value from RGB is 223 - color contains mainly: blue. Hex color #1462DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1462DF is #EB9D20. Grayscale: #585858. Windows color (decimal): -15441185 or 14639636. OLE color: 14639636.
HSL color Cylindrical-coordinate representation of color #1462DF: hue angle of 216.95º 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 #1462DF is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 98 | 223 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.13 |
| HSL | 216.95º | 0.84% | 0.48% | - |
| HSV(B) | 216.95º | 0.91% | 0.87% | - |
| XYZ | 17.98 | 14.21 | 71.61 | - |
| YUV | 88.93 | 203.66 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 98 | 223 | 0.91 | 0.56 | 0 | 0.13 | 216.95 | 0.84 | 0.48 |
| Hex | 14 | 62 | DF | 5B | 38 | 0 | D | D9 | 54 | 30 |
| Octal | 24 | 142 | 337 | 133 | 70 | 0 | 15 | 331 | 124 | 60 |
| Binary | 10100 | 1100010 | 11011111 | 1011011 | 111000 | 0 | 1101 | 11011001 | 1010100 | 110000 |
Color Harmonies of #1462DF
Complementary color
Monochromatic Colors of #1462DF
Black with #1462DF
Text Example
Text Example
White with #1462DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1462DF; }
p { color: rgb(20,98,223); }
H1.HeaderClassName
{
color: #1462DF;
}
.AnyTagClassName
{
color: #1462DF;
}
</style>
background-color css
<style>
a { background-color: #1462DF; }
a { background-color: rgb(20,98,223); }
div.DivClassName
{
background-color: #1462DF;
}
.BgClassName
{
background-color: #1462DF;
}
</style>
border-color css
<style>
span { border-color: #1462DF; }
span { border-color: rgb(20,98,223); }
td.TdClassName
{
border-color: #1462DF;
}
.TagClassName
{
border-color: #1462DF;
}
</style>