Shades of Navy Blue #1453DE
Tints of Navy Blue #1453DE
RGB
CMYK
RGB Variations
Color information
#1453DE (or 0x1453DE) is known color: Navy Blue. HEX triplet: 14, 53 and DE. RGB value is (20,83,222). Sum of RGB (Red+Green+Blue) = 20+83+222=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 222 (87.11% from 255 or 68.31% from 325); Max value from RGB is 222 - color contains mainly: blue. Hex color #1453DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1453DE is #EBAC21. Grayscale: #4F4F4F. Windows color (decimal): -15445026 or 14570260. OLE color: 14570260.
HSL color Cylindrical-coordinate representation of color #1453DE: hue angle of 221.29º 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 #1453DE is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 83 | 222 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.13 |
| HSL | 221.29º | 0.83% | 0.47% | - |
| HSV(B) | 221.29º | 0.91% | 0.87% | - |
| XYZ | 16.57 | 11.61 | 70.47 | - |
| YUV | 80.01 | 208.13 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 83 | 222 | 0.91 | 0.63 | 0 | 0.13 | 221.29 | 0.83 | 0.47 |
| Hex | 14 | 53 | DE | 5B | 3F | 0 | D | DD | 53 | 2F |
| Octal | 24 | 123 | 336 | 133 | 77 | 0 | 15 | 335 | 123 | 57 |
| Binary | 10100 | 1010011 | 11011110 | 1011011 | 111111 | 0 | 1101 | 11011101 | 1010011 | 101111 |
Color Harmonies of #1453DE
Complementary color
Monochromatic Colors of #1453DE
Black with #1453DE
Text Example
Text Example
White with #1453DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1453DE; }
p { color: rgb(20,83,222); }
H1.HeaderClassName
{
color: #1453DE;
}
.AnyTagClassName
{
color: #1453DE;
}
</style>
background-color css
<style>
a { background-color: #1453DE; }
a { background-color: rgb(20,83,222); }
div.DivClassName
{
background-color: #1453DE;
}
.BgClassName
{
background-color: #1453DE;
}
</style>
border-color css
<style>
span { border-color: #1453DE; }
span { border-color: rgb(20,83,222); }
td.TdClassName
{
border-color: #1453DE;
}
.TagClassName
{
border-color: #1453DE;
}
</style>