Shades of Navy Blue #1D80D9
Tints of Navy Blue #1D80D9
RGB
CMYK
RGB Variations
Color information
#1D80D9 (or 0x1D80D9) is known color: Navy Blue. HEX triplet: 1D, 80 and D9. RGB value is (29,128,217). Sum of RGB (Red+Green+Blue) = 29+128+217=374 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.75% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 217 (85.16% from 255 or 58.02% from 374); Max value from RGB is 217 - color contains mainly: blue. Hex color #1D80D9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D80D9 is #E27F26. Grayscale: #6C6C6C. Windows color (decimal): -14843687 or 14254109. OLE color: 14254109.
HSL color Cylindrical-coordinate representation of color #1D80D9: hue angle of 208.4º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D80D9 is Cyan = 0.87, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 29 | 128 | 217 | - |
| CMYK | 0.87 | 0.41 | 0 | 0.15 |
| HSL | 208.4º | 0.76% | 0.48% | - |
| HSV(B) | 208.4º | 0.87% | 0.85% | - |
| XYZ | 20.75 | 20.71 | 68.55 | - |
| YUV | 108.55 | 189.2 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 128 | 217 | 0.87 | 0.41 | 0 | 0.15 | 208.4 | 0.76 | 0.48 |
| Hex | 1D | 80 | D9 | 57 | 29 | 0 | F | D0 | 4C | 30 |
| Octal | 35 | 200 | 331 | 127 | 51 | 0 | 17 | 320 | 114 | 60 |
| Binary | 11101 | 10000000 | 11011001 | 1010111 | 101001 | 0 | 1111 | 11010000 | 1001100 | 110000 |
Color Harmonies of #1D80D9
Complementary color
Monochromatic Colors of #1D80D9
Black with #1D80D9
Text Example
Text Example
White with #1D80D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D80D9; }
p { color: rgb(29,128,217); }
H1.HeaderClassName
{
color: #1D80D9;
}
.AnyTagClassName
{
color: #1D80D9;
}
</style>
background-color css
<style>
a { background-color: #1D80D9; }
a { background-color: rgb(29,128,217); }
div.DivClassName
{
background-color: #1D80D9;
}
.BgClassName
{
background-color: #1D80D9;
}
</style>
border-color css
<style>
span { border-color: #1D80D9; }
span { border-color: rgb(29,128,217); }
td.TdClassName
{
border-color: #1D80D9;
}
.TagClassName
{
border-color: #1D80D9;
}
</style>