Shades of Navy Blue #1D76D7
Tints of Navy Blue #1D76D7
RGB
CMYK
RGB Variations
Color information
#1D76D7 (or 0x1D76D7) is known color: Navy Blue. HEX triplet: 1D, 76 and D7. RGB value is (29,118,215). Sum of RGB (Red+Green+Blue) = 29+118+215=362 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.01% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 215 (84.38% from 255 or 59.39% from 362); Max value from RGB is 215 - color contains mainly: blue. Hex color #1D76D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D76D7 is #E28928. Grayscale: #656565. Windows color (decimal): -14846249 or 14120477. OLE color: 14120477.
HSL color Cylindrical-coordinate representation of color #1D76D7: hue angle of 211.29º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D76D7 is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 29 | 118 | 215 | - |
| CMYK | 0.87 | 0.45 | 0 | 0.16 |
| HSL | 211.29º | 0.76% | 0.48% | - |
| HSV(B) | 211.29º | 0.87% | 0.84% | - |
| XYZ | 19.25 | 18.12 | 66.77 | - |
| YUV | 102.45 | 191.51 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 118 | 215 | 0.87 | 0.45 | 0 | 0.16 | 211.29 | 0.76 | 0.48 |
| Hex | 1D | 76 | D7 | 57 | 2D | 0 | 10 | D3 | 4C | 30 |
| Octal | 35 | 166 | 327 | 127 | 55 | 0 | 20 | 323 | 114 | 60 |
| Binary | 11101 | 1110110 | 11010111 | 1010111 | 101101 | 0 | 10000 | 11010011 | 1001100 | 110000 |
Color Harmonies of #1D76D7
Complementary color
Monochromatic Colors of #1D76D7
Black with #1D76D7
Text Example
Text Example
White with #1D76D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D76D7; }
p { color: rgb(29,118,215); }
H1.HeaderClassName
{
color: #1D76D7;
}
.AnyTagClassName
{
color: #1D76D7;
}
</style>
background-color css
<style>
a { background-color: #1D76D7; }
a { background-color: rgb(29,118,215); }
div.DivClassName
{
background-color: #1D76D7;
}
.BgClassName
{
background-color: #1D76D7;
}
</style>
border-color css
<style>
span { border-color: #1D76D7; }
span { border-color: rgb(29,118,215); }
td.TdClassName
{
border-color: #1D76D7;
}
.TagClassName
{
border-color: #1D76D7;
}
</style>