Shades of Navy Blue #1454DF
Tints of Navy Blue #1454DF
RGB
CMYK
RGB Variations
Color information
#1454DF (or 0x1454DF) is known color: Navy Blue. HEX triplet: 14, 54 and DF. RGB value is (20,84,223). Sum of RGB (Red+Green+Blue) = 20+84+223=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 223 (87.5% from 255 or 68.20% from 327); Max value from RGB is 223 - color contains mainly: blue. Hex color #1454DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1454DF is #EBAB20. Grayscale: #505050. Windows color (decimal): -15444769 or 14636052. OLE color: 14636052.
HSL color Cylindrical-coordinate representation of color #1454DF: hue angle of 221.08º 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 #1454DF is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 84 | 223 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.13 |
| HSL | 221.08º | 0.84% | 0.48% | - |
| HSV(B) | 221.08º | 0.91% | 0.87% | - |
| XYZ | 16.78 | 11.82 | 71.21 | - |
| YUV | 80.71 | 208.3 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 84 | 223 | 0.91 | 0.62 | 0 | 0.13 | 221.08 | 0.84 | 0.48 |
| Hex | 14 | 54 | DF | 5B | 3E | 0 | D | DD | 54 | 30 |
| Octal | 24 | 124 | 337 | 133 | 76 | 0 | 15 | 335 | 124 | 60 |
| Binary | 10100 | 1010100 | 11011111 | 1011011 | 111110 | 0 | 1101 | 11011101 | 1010100 | 110000 |
Color Harmonies of #1454DF
Complementary color
Monochromatic Colors of #1454DF
Black with #1454DF
Text Example
Text Example
White with #1454DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1454DF; }
p { color: rgb(20,84,223); }
H1.HeaderClassName
{
color: #1454DF;
}
.AnyTagClassName
{
color: #1454DF;
}
</style>
background-color css
<style>
a { background-color: #1454DF; }
a { background-color: rgb(20,84,223); }
div.DivClassName
{
background-color: #1454DF;
}
.BgClassName
{
background-color: #1454DF;
}
</style>
border-color css
<style>
span { border-color: #1454DF; }
span { border-color: rgb(20,84,223); }
td.TdClassName
{
border-color: #1454DF;
}
.TagClassName
{
border-color: #1454DF;
}
</style>