Shades of Navy Blue #1450DF
Tints of Navy Blue #1450DF
RGB
CMYK
RGB Variations
Color information
#1450DF (or 0x1450DF) is known color: Navy Blue. HEX triplet: 14, 50 and DF. RGB value is (20,80,223). Sum of RGB (Red+Green+Blue) = 20+80+223=323 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.19% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #1450DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1450DF is #EBAF20. Grayscale: #4D4D4D. Windows color (decimal): -15445793 or 14635028. OLE color: 14635028.
HSL color Cylindrical-coordinate representation of color #1450DF: hue angle of 222.27º 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 #1450DF is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 80 | 223 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.13 |
| HSL | 222.27º | 0.84% | 0.48% | - |
| HSV(B) | 222.27º | 0.91% | 0.87% | - |
| XYZ | 16.48 | 11.21 | 71.11 | - |
| YUV | 78.36 | 209.62 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 80 | 223 | 0.91 | 0.64 | 0 | 0.13 | 222.27 | 0.84 | 0.48 |
| Hex | 14 | 50 | DF | 5B | 40 | 0 | D | DE | 54 | 30 |
| Octal | 24 | 120 | 337 | 133 | 100 | 0 | 15 | 336 | 124 | 60 |
| Binary | 10100 | 1010000 | 11011111 | 1011011 | 1000000 | 0 | 1101 | 11011110 | 1010100 | 110000 |
Color Harmonies of #1450DF
Complementary color
Monochromatic Colors of #1450DF
Black with #1450DF
Text Example
Text Example
White with #1450DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1450DF; }
p { color: rgb(20,80,223); }
H1.HeaderClassName
{
color: #1450DF;
}
.AnyTagClassName
{
color: #1450DF;
}
</style>
background-color css
<style>
a { background-color: #1450DF; }
a { background-color: rgb(20,80,223); }
div.DivClassName
{
background-color: #1450DF;
}
.BgClassName
{
background-color: #1450DF;
}
</style>
border-color css
<style>
span { border-color: #1450DF; }
span { border-color: rgb(20,80,223); }
td.TdClassName
{
border-color: #1450DF;
}
.TagClassName
{
border-color: #1450DF;
}
</style>