Shades of Navy Blue #1A7DDB
Tints of Navy Blue #1A7DDB
RGB
CMYK
RGB Variations
Color information
#1A7DDB (or 0x1A7DDB) is known color: Navy Blue. HEX triplet: 1A, 7D and DB. RGB value is (26,125,219). Sum of RGB (Red+Green+Blue) = 26+125+219=370 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.03% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #1A7DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A7DDB is #E58224. Grayscale: #696969. Windows color (decimal): -15041061 or 14384410. OLE color: 14384410.
HSL color Cylindrical-coordinate representation of color #1A7DDB: hue angle of 209.22º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A7DDB is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 125 | 219 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.14 |
| HSL | 209.22º | 0.79% | 0.48% | - |
| HSV(B) | 209.22º | 0.88% | 0.86% | - |
| XYZ | 20.55 | 20 | 69.8 | - |
| YUV | 106.12 | 191.7 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 125 | 219 | 0.88 | 0.43 | 0 | 0.14 | 209.22 | 0.79 | 0.48 |
| Hex | 1A | 7D | DB | 58 | 2B | 0 | E | D1 | 4F | 30 |
| Octal | 32 | 175 | 333 | 130 | 53 | 0 | 16 | 321 | 117 | 60 |
| Binary | 11010 | 1111101 | 11011011 | 1011000 | 101011 | 0 | 1110 | 11010001 | 1001111 | 110000 |
Color Harmonies of #1A7DDB
Complementary color
Monochromatic Colors of #1A7DDB
Black with #1A7DDB
Text Example
Text Example
White with #1A7DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7DDB; }
p { color: rgb(26,125,219); }
H1.HeaderClassName
{
color: #1A7DDB;
}
.AnyTagClassName
{
color: #1A7DDB;
}
</style>
background-color css
<style>
a { background-color: #1A7DDB; }
a { background-color: rgb(26,125,219); }
div.DivClassName
{
background-color: #1A7DDB;
}
.BgClassName
{
background-color: #1A7DDB;
}
</style>
border-color css
<style>
span { border-color: #1A7DDB; }
span { border-color: rgb(26,125,219); }
td.TdClassName
{
border-color: #1A7DDB;
}
.TagClassName
{
border-color: #1A7DDB;
}
</style>