Shades of Navy Blue #1480D0
Tints of Navy Blue #1480D0
RGB
CMYK
RGB Variations
Color information
#1480D0 (or 0x1480D0) is known color: Navy Blue. HEX triplet: 14, 80 and D0. RGB value is (20,128,208). Sum of RGB (Red+Green+Blue) = 20+128+208=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 208 (81.64% from 255 or 58.43% from 356); Max value from RGB is 208 - color contains mainly: blue. Hex color #1480D0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1480D0 is #EB7F2F. Grayscale: #686868. Windows color (decimal): -15433520 or 13664276. OLE color: 13664276.
HSL color Cylindrical-coordinate representation of color #1480D0: hue angle of 205.53º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1480D0 is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 20 | 128 | 208 | - |
| CMYK | 0.90 | 0.38 | 0 | 0.18 |
| HSL | 205.53º | 0.82% | 0.45% | - |
| HSV(B) | 205.53º | 0.9% | 0.82% | - |
| XYZ | 19.39 | 20.14 | 62.54 | - |
| YUV | 104.83 | 186.22 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 128 | 208 | 0.90 | 0.38 | 0 | 0.18 | 205.53 | 0.82 | 0.45 |
| Hex | 14 | 80 | D0 | 5A | 26 | 0 | 12 | CE | 52 | 2D |
| Octal | 24 | 200 | 320 | 132 | 46 | 0 | 22 | 316 | 122 | 55 |
| Binary | 10100 | 10000000 | 11010000 | 1011010 | 100110 | 0 | 10010 | 11001110 | 1010010 | 101101 |
Color Harmonies of #1480D0
Complementary color
Monochromatic Colors of #1480D0
Black with #1480D0
Text Example
Text Example
White with #1480D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1480D0; }
p { color: rgb(20,128,208); }
H1.HeaderClassName
{
color: #1480D0;
}
.AnyTagClassName
{
color: #1480D0;
}
</style>
background-color css
<style>
a { background-color: #1480D0; }
a { background-color: rgb(20,128,208); }
div.DivClassName
{
background-color: #1480D0;
}
.BgClassName
{
background-color: #1480D0;
}
</style>
border-color css
<style>
span { border-color: #1480D0; }
span { border-color: rgb(20,128,208); }
td.TdClassName
{
border-color: #1480D0;
}
.TagClassName
{
border-color: #1480D0;
}
</style>