Shades of Navy Blue #1479DC
Tints of Navy Blue #1479DC
RGB
CMYK
RGB Variations
Color information
#1479DC (or 0x1479DC) is known color: Navy Blue. HEX triplet: 14, 79 and DC. RGB value is (20,121,220). Sum of RGB (Red+Green+Blue) = 20+121+220=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #1479DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1479DC is #EB8623. Grayscale: #656565. Windows color (decimal): -15435300 or 14448916. OLE color: 14448916.
HSL color Cylindrical-coordinate representation of color #1479DC: hue angle of 209.7º 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 #1479DC is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 20 | 121 | 220 | - |
| CMYK | 0.91 | 0.45 | 0 | 0.14 |
| HSL | 209.7º | 0.83% | 0.47% | - |
| HSV(B) | 209.7º | 0.91% | 0.86% | - |
| XYZ | 20.04 | 18.99 | 70.32 | - |
| YUV | 102.09 | 194.54 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 121 | 220 | 0.91 | 0.45 | 0 | 0.14 | 209.7 | 0.83 | 0.47 |
| Hex | 14 | 79 | DC | 5B | 2D | 0 | E | D2 | 53 | 2F |
| Octal | 24 | 171 | 334 | 133 | 55 | 0 | 16 | 322 | 123 | 57 |
| Binary | 10100 | 1111001 | 11011100 | 1011011 | 101101 | 0 | 1110 | 11010010 | 1010011 | 101111 |
Color Harmonies of #1479DC
Complementary color
Monochromatic Colors of #1479DC
Black with #1479DC
Text Example
Text Example
White with #1479DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1479DC; }
p { color: rgb(20,121,220); }
H1.HeaderClassName
{
color: #1479DC;
}
.AnyTagClassName
{
color: #1479DC;
}
</style>
background-color css
<style>
a { background-color: #1479DC; }
a { background-color: rgb(20,121,220); }
div.DivClassName
{
background-color: #1479DC;
}
.BgClassName
{
background-color: #1479DC;
}
</style>
border-color css
<style>
span { border-color: #1479DC; }
span { border-color: rgb(20,121,220); }
td.TdClassName
{
border-color: #1479DC;
}
.TagClassName
{
border-color: #1479DC;
}
</style>