Shades of Navy Blue #1478DD
Tints of Navy Blue #1478DD
RGB
CMYK
RGB Variations
Color information
#1478DD (or 0x1478DD) is known color: Navy Blue. HEX triplet: 14, 78 and DD. RGB value is (20,120,221). Sum of RGB (Red+Green+Blue) = 20+120+221=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 221 (86.72% from 255 or 61.22% from 361); Max value from RGB is 221 - color contains mainly: blue. Hex color #1478DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1478DD is #EB8722. Grayscale: #656565. Windows color (decimal): -15435555 or 14514196. OLE color: 14514196.
HSL color Cylindrical-coordinate representation of color #1478DD: hue angle of 210.15º 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 #1478DD is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 20 | 120 | 221 | - |
| CMYK | 0.91 | 0.46 | 0 | 0.13 |
| HSL | 210.15º | 0.83% | 0.47% | - |
| HSV(B) | 210.15º | 0.91% | 0.87% | - |
| XYZ | 20.06 | 18.8 | 70.98 | - |
| YUV | 101.61 | 195.37 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 120 | 221 | 0.91 | 0.46 | 0 | 0.13 | 210.15 | 0.83 | 0.47 |
| Hex | 14 | 78 | DD | 5B | 2E | 0 | D | D2 | 53 | 2F |
| Octal | 24 | 170 | 335 | 133 | 56 | 0 | 15 | 322 | 123 | 57 |
| Binary | 10100 | 1111000 | 11011101 | 1011011 | 101110 | 0 | 1101 | 11010010 | 1010011 | 101111 |
Color Harmonies of #1478DD
Complementary color
Monochromatic Colors of #1478DD
Black with #1478DD
Text Example
Text Example
White with #1478DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1478DD; }
p { color: rgb(20,120,221); }
H1.HeaderClassName
{
color: #1478DD;
}
.AnyTagClassName
{
color: #1478DD;
}
</style>
background-color css
<style>
a { background-color: #1478DD; }
a { background-color: rgb(20,120,221); }
div.DivClassName
{
background-color: #1478DD;
}
.BgClassName
{
background-color: #1478DD;
}
</style>
border-color css
<style>
span { border-color: #1478DD; }
span { border-color: rgb(20,120,221); }
td.TdClassName
{
border-color: #1478DD;
}
.TagClassName
{
border-color: #1478DD;
}
</style>