Shades of Navy Blue #1A76DB
Tints of Navy Blue #1A76DB
RGB
CMYK
RGB Variations
Color information
#1A76DB (or 0x1A76DB) is known color: Navy Blue. HEX triplet: 1A, 76 and DB. RGB value is (26,118,219). Sum of RGB (Red+Green+Blue) = 26+118+219=363 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.16% from 363); Green value is 118 (46.48% from 255 or 32.51% 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 #1A76DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A76DB is #E58924. Grayscale: #656565. Windows color (decimal): -15042853 or 14382618. OLE color: 14382618.
HSL color Cylindrical-coordinate representation of color #1A76DB: hue angle of 211.4º 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 #1A76DB is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 118 | 219 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.14 |
| HSL | 211.4º | 0.79% | 0.48% | - |
| HSV(B) | 211.4º | 0.88% | 0.86% | - |
| XYZ | 19.69 | 18.29 | 69.51 | - |
| YUV | 102.01 | 194.02 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 118 | 219 | 0.88 | 0.46 | 0 | 0.14 | 211.4 | 0.79 | 0.48 |
| Hex | 1A | 76 | DB | 58 | 2E | 0 | E | D3 | 4F | 30 |
| Octal | 32 | 166 | 333 | 130 | 56 | 0 | 16 | 323 | 117 | 60 |
| Binary | 11010 | 1110110 | 11011011 | 1011000 | 101110 | 0 | 1110 | 11010011 | 1001111 | 110000 |
Color Harmonies of #1A76DB
Complementary color
Monochromatic Colors of #1A76DB
Black with #1A76DB
Text Example
Text Example
White with #1A76DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A76DB; }
p { color: rgb(26,118,219); }
H1.HeaderClassName
{
color: #1A76DB;
}
.AnyTagClassName
{
color: #1A76DB;
}
</style>
background-color css
<style>
a { background-color: #1A76DB; }
a { background-color: rgb(26,118,219); }
div.DivClassName
{
background-color: #1A76DB;
}
.BgClassName
{
background-color: #1A76DB;
}
</style>
border-color css
<style>
span { border-color: #1A76DB; }
span { border-color: rgb(26,118,219); }
td.TdClassName
{
border-color: #1A76DB;
}
.TagClassName
{
border-color: #1A76DB;
}
</style>