Shades of Navy Blue #1453DD
Tints of Navy Blue #1453DD
RGB
CMYK
RGB Variations
Color information
#1453DD (or 0x1453DD) is known color: Navy Blue. HEX triplet: 14, 53 and DD. RGB value is (20,83,221). Sum of RGB (Red+Green+Blue) = 20+83+221=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 221 (86.72% from 255 or 68.21% from 324); Max value from RGB is 221 - color contains mainly: blue. Hex color #1453DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1453DD is #EBAC22. Grayscale: #4F4F4F. Windows color (decimal): -15445027 or 14504724. OLE color: 14504724.
HSL color Cylindrical-coordinate representation of color #1453DD: hue angle of 221.19º 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 #1453DD is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 83 | 221 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.13 |
| HSL | 221.19º | 0.83% | 0.47% | - |
| HSV(B) | 221.19º | 0.91% | 0.87% | - |
| XYZ | 16.43 | 11.56 | 69.77 | - |
| YUV | 79.9 | 207.63 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 83 | 221 | 0.91 | 0.62 | 0 | 0.13 | 221.19 | 0.83 | 0.47 |
| Hex | 14 | 53 | DD | 5B | 3E | 0 | D | DD | 53 | 2F |
| Octal | 24 | 123 | 335 | 133 | 76 | 0 | 15 | 335 | 123 | 57 |
| Binary | 10100 | 1010011 | 11011101 | 1011011 | 111110 | 0 | 1101 | 11011101 | 1010011 | 101111 |
Color Harmonies of #1453DD
Complementary color
Monochromatic Colors of #1453DD
Black with #1453DD
Text Example
Text Example
White with #1453DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1453DD; }
p { color: rgb(20,83,221); }
H1.HeaderClassName
{
color: #1453DD;
}
.AnyTagClassName
{
color: #1453DD;
}
</style>
background-color css
<style>
a { background-color: #1453DD; }
a { background-color: rgb(20,83,221); }
div.DivClassName
{
background-color: #1453DD;
}
.BgClassName
{
background-color: #1453DD;
}
</style>
border-color css
<style>
span { border-color: #1453DD; }
span { border-color: rgb(20,83,221); }
td.TdClassName
{
border-color: #1453DD;
}
.TagClassName
{
border-color: #1453DD;
}
</style>