Shades of Navy Blue #1461DE
Tints of Navy Blue #1461DE
RGB
CMYK
RGB Variations
Color information
#1461DE (or 0x1461DE) is known color: Navy Blue. HEX triplet: 14, 61 and DE. RGB value is (20,97,222). Sum of RGB (Red+Green+Blue) = 20+97+222=339 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.90% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 222 (87.11% from 255 or 65.49% from 339); Max value from RGB is 222 - color contains mainly: blue. Hex color #1461DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1461DE is #EB9E21. Grayscale: #575757. Windows color (decimal): -15441442 or 14573844. OLE color: 14573844.
HSL color Cylindrical-coordinate representation of color #1461DE: hue angle of 217.13º 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 #1461DE is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 97 | 222 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.13 |
| HSL | 217.13º | 0.83% | 0.47% | - |
| HSV(B) | 217.13º | 0.91% | 0.87% | - |
| XYZ | 17.75 | 13.97 | 70.87 | - |
| YUV | 88.23 | 203.49 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 97 | 222 | 0.91 | 0.56 | 0 | 0.13 | 217.13 | 0.83 | 0.47 |
| Hex | 14 | 61 | DE | 5B | 38 | 0 | D | D9 | 53 | 2F |
| Octal | 24 | 141 | 336 | 133 | 70 | 0 | 15 | 331 | 123 | 57 |
| Binary | 10100 | 1100001 | 11011110 | 1011011 | 111000 | 0 | 1101 | 11011001 | 1010011 | 101111 |
Color Harmonies of #1461DE
Complementary color
Monochromatic Colors of #1461DE
Black with #1461DE
Text Example
Text Example
White with #1461DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1461DE; }
p { color: rgb(20,97,222); }
H1.HeaderClassName
{
color: #1461DE;
}
.AnyTagClassName
{
color: #1461DE;
}
</style>
background-color css
<style>
a { background-color: #1461DE; }
a { background-color: rgb(20,97,222); }
div.DivClassName
{
background-color: #1461DE;
}
.BgClassName
{
background-color: #1461DE;
}
</style>
border-color css
<style>
span { border-color: #1461DE; }
span { border-color: rgb(20,97,222); }
td.TdClassName
{
border-color: #1461DE;
}
.TagClassName
{
border-color: #1461DE;
}
</style>