Shades of Navy Blue #1D72DE
Tints of Navy Blue #1D72DE
RGB
CMYK
RGB Variations
Color information
#1D72DE (or 0x1D72DE) is known color: Navy Blue. HEX triplet: 1D, 72 and DE. RGB value is (29,114,222). Sum of RGB (Red+Green+Blue) = 29+114+222=365 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.95% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 222 (87.11% from 255 or 60.82% from 365); Max value from RGB is 222 - color contains mainly: blue. Hex color #1D72DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D72DE is #E28D21. Grayscale: #646464. Windows color (decimal): -14847266 or 14578205. OLE color: 14578205.
HSL color Cylindrical-coordinate representation of color #1D72DE: hue angle of 213.58º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D72DE is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 114 | 222 | - |
| CMYK | 0.87 | 0.49 | 0 | 0.13 |
| HSL | 213.58º | 0.77% | 0.49% | - |
| HSV(B) | 213.58º | 0.87% | 0.87% | - |
| XYZ | 19.71 | 17.57 | 71.46 | - |
| YUV | 100.9 | 196.34 | 76.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 114 | 222 | 0.87 | 0.49 | 0 | 0.13 | 213.58 | 0.77 | 0.49 |
| Hex | 1D | 72 | DE | 57 | 31 | 0 | D | D6 | 4D | 31 |
| Octal | 35 | 162 | 336 | 127 | 61 | 0 | 15 | 326 | 115 | 61 |
| Binary | 11101 | 1110010 | 11011110 | 1010111 | 110001 | 0 | 1101 | 11010110 | 1001101 | 110001 |
Color Harmonies of #1D72DE
Complementary color
Monochromatic Colors of #1D72DE
Black with #1D72DE
Text Example
Text Example
White with #1D72DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D72DE; }
p { color: rgb(29,114,222); }
H1.HeaderClassName
{
color: #1D72DE;
}
.AnyTagClassName
{
color: #1D72DE;
}
</style>
background-color css
<style>
a { background-color: #1D72DE; }
a { background-color: rgb(29,114,222); }
div.DivClassName
{
background-color: #1D72DE;
}
.BgClassName
{
background-color: #1D72DE;
}
</style>
border-color css
<style>
span { border-color: #1D72DE; }
span { border-color: rgb(29,114,222); }
td.TdClassName
{
border-color: #1D72DE;
}
.TagClassName
{
border-color: #1D72DE;
}
</style>