Shades of Navy Blue #1473DC
Tints of Navy Blue #1473DC
RGB
CMYK
RGB Variations
Color information
#1473DC (or 0x1473DC) is known color: Navy Blue. HEX triplet: 14, 73 and DC. RGB value is (20,115,220). Sum of RGB (Red+Green+Blue) = 20+115+220=355 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.63% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 220 (86.33% from 255 or 61.97% from 355); Max value from RGB is 220 - color contains mainly: blue. Hex color #1473DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1473DC is #EB8C23. Grayscale: #626262. Windows color (decimal): -15436836 or 14447380. OLE color: 14447380.
HSL color Cylindrical-coordinate representation of color #1473DC: hue angle of 211.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1473DC is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 115 | 220 | - |
| CMYK | 0.91 | 0.48 | 0 | 0.14 |
| HSL | 211.5º | 0.83% | 0.47% | - |
| HSV(B) | 211.5º | 0.91% | 0.86% | - |
| XYZ | 19.34 | 17.58 | 70.08 | - |
| YUV | 98.57 | 196.53 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 115 | 220 | 0.91 | 0.48 | 0 | 0.14 | 211.5 | 0.83 | 0.47 |
| Hex | 14 | 73 | DC | 5B | 30 | 0 | E | D4 | 53 | 2F |
| Octal | 24 | 163 | 334 | 133 | 60 | 0 | 16 | 324 | 123 | 57 |
| Binary | 10100 | 1110011 | 11011100 | 1011011 | 110000 | 0 | 1110 | 11010100 | 1010011 | 101111 |
Color Harmonies of #1473DC
Complementary color
Monochromatic Colors of #1473DC
Black with #1473DC
Text Example
Text Example
White with #1473DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1473DC; }
p { color: rgb(20,115,220); }
H1.HeaderClassName
{
color: #1473DC;
}
.AnyTagClassName
{
color: #1473DC;
}
</style>
background-color css
<style>
a { background-color: #1473DC; }
a { background-color: rgb(20,115,220); }
div.DivClassName
{
background-color: #1473DC;
}
.BgClassName
{
background-color: #1473DC;
}
</style>
border-color css
<style>
span { border-color: #1473DC; }
span { border-color: rgb(20,115,220); }
td.TdClassName
{
border-color: #1473DC;
}
.TagClassName
{
border-color: #1473DC;
}
</style>