Shades of Navy Blue #1454DD
Tints of Navy Blue #1454DD
RGB
CMYK
RGB Variations
Color information
#1454DD (or 0x1454DD) is known color: Navy Blue. HEX triplet: 14, 54 and DD. RGB value is (20,84,221). Sum of RGB (Red+Green+Blue) = 20+84+221=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 221 (86.72% from 255 or 68% from 325); Max value from RGB is 221 - color contains mainly: blue. Hex color #1454DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1454DD is #EBAB22. Grayscale: #4F4F4F. Windows color (decimal): -15444771 or 14504980. OLE color: 14504980.
HSL color Cylindrical-coordinate representation of color #1454DD: hue angle of 220.9º 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 #1454DD is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 84 | 221 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.13 |
| HSL | 220.9º | 0.83% | 0.47% | - |
| HSV(B) | 220.9º | 0.91% | 0.87% | - |
| XYZ | 16.51 | 11.71 | 69.8 | - |
| YUV | 80.48 | 207.3 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 221 | 0.91 | 0.62 | 0 | 0.13 | 220.9 | 0.83 | 0.47 |
| Hex | 14 | 54 | DD | 5B | 3E | 0 | D | DD | 53 | 2F |
| Octal | 24 | 124 | 335 | 133 | 76 | 0 | 15 | 335 | 123 | 57 |
| Binary | 10100 | 1010100 | 11011101 | 1011011 | 111110 | 0 | 1101 | 11011101 | 1010011 | 101111 |
Color Harmonies of #1454DD
Complementary color
Monochromatic Colors of #1454DD
Black with #1454DD
Text Example
Text Example
White with #1454DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1454DD; }
p { color: rgb(20,84,221); }
H1.HeaderClassName
{
color: #1454DD;
}
.AnyTagClassName
{
color: #1454DD;
}
</style>
background-color css
<style>
a { background-color: #1454DD; }
a { background-color: rgb(20,84,221); }
div.DivClassName
{
background-color: #1454DD;
}
.BgClassName
{
background-color: #1454DD;
}
</style>
border-color css
<style>
span { border-color: #1454DD; }
span { border-color: rgb(20,84,221); }
td.TdClassName
{
border-color: #1454DD;
}
.TagClassName
{
border-color: #1454DD;
}
</style>