Shades of Navy Blue #1D7ADC
Tints of Navy Blue #1D7ADC
RGB
CMYK
RGB Variations
Color information
#1D7ADC (or 0x1D7ADC) is known color: Navy Blue. HEX triplet: 1D, 7A and DC. RGB value is (29,122,220). Sum of RGB (Red+Green+Blue) = 29+122+220=371 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.82% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #1D7ADC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7ADC is #E28523. Grayscale: #686868. Windows color (decimal): -14845220 or 14449181. OLE color: 14449181.
HSL color Cylindrical-coordinate representation of color #1D7ADC: hue angle of 210.79º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D7ADC is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 122 | 220 | - |
| CMYK | 0.87 | 0.45 | 0 | 0.14 |
| HSL | 210.79º | 0.77% | 0.49% | - |
| HSV(B) | 210.79º | 0.87% | 0.86% | - |
| XYZ | 20.38 | 19.35 | 70.37 | - |
| YUV | 105.37 | 192.69 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 122 | 220 | 0.87 | 0.45 | 0 | 0.14 | 210.79 | 0.77 | 0.49 |
| Hex | 1D | 7A | DC | 57 | 2D | 0 | E | D3 | 4D | 31 |
| Octal | 35 | 172 | 334 | 127 | 55 | 0 | 16 | 323 | 115 | 61 |
| Binary | 11101 | 1111010 | 11011100 | 1010111 | 101101 | 0 | 1110 | 11010011 | 1001101 | 110001 |
Color Harmonies of #1D7ADC
Complementary color
Monochromatic Colors of #1D7ADC
Black with #1D7ADC
Text Example
Text Example
White with #1D7ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7ADC; }
p { color: rgb(29,122,220); }
H1.HeaderClassName
{
color: #1D7ADC;
}
.AnyTagClassName
{
color: #1D7ADC;
}
</style>
background-color css
<style>
a { background-color: #1D7ADC; }
a { background-color: rgb(29,122,220); }
div.DivClassName
{
background-color: #1D7ADC;
}
.BgClassName
{
background-color: #1D7ADC;
}
</style>
border-color css
<style>
span { border-color: #1D7ADC; }
span { border-color: rgb(29,122,220); }
td.TdClassName
{
border-color: #1D7ADC;
}
.TagClassName
{
border-color: #1D7ADC;
}
</style>