Shades of Navy Blue #1478DA
Tints of Navy Blue #1478DA
RGB
CMYK
RGB Variations
Color information
#1478DA (or 0x1478DA) is known color: Navy Blue. HEX triplet: 14, 78 and DA. RGB value is (20,120,218). Sum of RGB (Red+Green+Blue) = 20+120+218=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #1478DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1478DA is #EB8725. Grayscale: #646464. Windows color (decimal): -15435558 or 14317588. OLE color: 14317588.
HSL color Cylindrical-coordinate representation of color #1478DA: hue angle of 209.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1478DA is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 120 | 218 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.15 |
| HSL | 209.7º | 0.83% | 0.47% | - |
| HSV(B) | 209.7º | 0.91% | 0.85% | - |
| XYZ | 19.66 | 18.64 | 68.89 | - |
| YUV | 101.27 | 193.87 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 120 | 218 | 0.91 | 0.45 | 0 | 0.15 | 209.7 | 0.83 | 0.47 |
| Hex | 14 | 78 | DA | 5B | 2D | 0 | F | D2 | 53 | 2F |
| Octal | 24 | 170 | 332 | 133 | 55 | 0 | 17 | 322 | 123 | 57 |
| Binary | 10100 | 1111000 | 11011010 | 1011011 | 101101 | 0 | 1111 | 11010010 | 1010011 | 101111 |
Color Harmonies of #1478DA
Complementary color
Monochromatic Colors of #1478DA
Black with #1478DA
Text Example
Text Example
White with #1478DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1478DA; }
p { color: rgb(20,120,218); }
H1.HeaderClassName
{
color: #1478DA;
}
.AnyTagClassName
{
color: #1478DA;
}
</style>
background-color css
<style>
a { background-color: #1478DA; }
a { background-color: rgb(20,120,218); }
div.DivClassName
{
background-color: #1478DA;
}
.BgClassName
{
background-color: #1478DA;
}
</style>
border-color css
<style>
span { border-color: #1478DA; }
span { border-color: rgb(20,120,218); }
td.TdClassName
{
border-color: #1478DA;
}
.TagClassName
{
border-color: #1478DA;
}
</style>