Shades of Navy Blue #1D7BDC
Tints of Navy Blue #1D7BDC
RGB
CMYK
RGB Variations
Color information
#1D7BDC (or 0x1D7BDC) is known color: Navy Blue. HEX triplet: 1D, 7B and DC. RGB value is (29,123,220). Sum of RGB (Red+Green+Blue) = 29+123+220=372 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.80% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #1D7BDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D7BDC is #E28423. Grayscale: #696969. Windows color (decimal): -14844964 or 14449437. OLE color: 14449437.
HSL color Cylindrical-coordinate representation of color #1D7BDC: hue angle of 210.47º 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 #1D7BDC is Cyan = 0.87, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 123 | 220 | - |
| CMYK | 0.87 | 0.44 | 0 | 0.14 |
| HSL | 210.47º | 0.77% | 0.49% | - |
| HSV(B) | 210.47º | 0.87% | 0.86% | - |
| XYZ | 20.51 | 19.59 | 70.41 | - |
| YUV | 105.95 | 192.36 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 123 | 220 | 0.87 | 0.44 | 0 | 0.14 | 210.47 | 0.77 | 0.49 |
| Hex | 1D | 7B | DC | 57 | 2C | 0 | E | D2 | 4D | 31 |
| Octal | 35 | 173 | 334 | 127 | 54 | 0 | 16 | 322 | 115 | 61 |
| Binary | 11101 | 1111011 | 11011100 | 1010111 | 101100 | 0 | 1110 | 11010010 | 1001101 | 110001 |
Color Harmonies of #1D7BDC
Complementary color
Monochromatic Colors of #1D7BDC
Black with #1D7BDC
Text Example
Text Example
White with #1D7BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D7BDC; }
p { color: rgb(29,123,220); }
H1.HeaderClassName
{
color: #1D7BDC;
}
.AnyTagClassName
{
color: #1D7BDC;
}
</style>
background-color css
<style>
a { background-color: #1D7BDC; }
a { background-color: rgb(29,123,220); }
div.DivClassName
{
background-color: #1D7BDC;
}
.BgClassName
{
background-color: #1D7BDC;
}
</style>
border-color css
<style>
span { border-color: #1D7BDC; }
span { border-color: rgb(29,123,220); }
td.TdClassName
{
border-color: #1D7BDC;
}
.TagClassName
{
border-color: #1D7BDC;
}
</style>