Shades of Navy Blue #1D73DB
Tints of Navy Blue #1D73DB
RGB
CMYK
RGB Variations
Color information
#1D73DB (or 0x1D73DB) is known color: Navy Blue. HEX triplet: 1D, 73 and DB. RGB value is (29,115,219). Sum of RGB (Red+Green+Blue) = 29+115+219=363 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.99% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #1D73DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D73DB is #E28C24. Grayscale: #646464. Windows color (decimal): -14847013 or 14381853. OLE color: 14381853.
HSL color Cylindrical-coordinate representation of color #1D73DB: hue angle of 212.84º 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 #1D73DB is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 29 | 115 | 219 | - |
| CMYK | 0.87 | 0.47 | 0 | 0.14 |
| HSL | 212.84º | 0.77% | 0.49% | - |
| HSV(B) | 212.84º | 0.87% | 0.86% | - |
| XYZ | 19.42 | 17.64 | 69.4 | - |
| YUV | 101.14 | 194.51 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 115 | 219 | 0.87 | 0.47 | 0 | 0.14 | 212.84 | 0.77 | 0.49 |
| Hex | 1D | 73 | DB | 57 | 2F | 0 | E | D5 | 4D | 31 |
| Octal | 35 | 163 | 333 | 127 | 57 | 0 | 16 | 325 | 115 | 61 |
| Binary | 11101 | 1110011 | 11011011 | 1010111 | 101111 | 0 | 1110 | 11010101 | 1001101 | 110001 |
Color Harmonies of #1D73DB
Complementary color
Monochromatic Colors of #1D73DB
Black with #1D73DB
Text Example
Text Example
White with #1D73DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D73DB; }
p { color: rgb(29,115,219); }
H1.HeaderClassName
{
color: #1D73DB;
}
.AnyTagClassName
{
color: #1D73DB;
}
</style>
background-color css
<style>
a { background-color: #1D73DB; }
a { background-color: rgb(29,115,219); }
div.DivClassName
{
background-color: #1D73DB;
}
.BgClassName
{
background-color: #1D73DB;
}
</style>
border-color css
<style>
span { border-color: #1D73DB; }
span { border-color: rgb(29,115,219); }
td.TdClassName
{
border-color: #1D73DB;
}
.TagClassName
{
border-color: #1D73DB;
}
</style>