Shades of Navy Blue #1A76DD
Tints of Navy Blue #1A76DD
RGB
CMYK
RGB Variations
Color information
#1A76DD (or 0x1A76DD) is known color: Navy Blue. HEX triplet: 1A, 76 and DD. RGB value is (26,118,221). Sum of RGB (Red+Green+Blue) = 26+118+221=365 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.12% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #1A76DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A76DD is #E58922. Grayscale: #656565. Windows color (decimal): -15042851 or 14513690. OLE color: 14513690.
HSL color Cylindrical-coordinate representation of color #1A76DD: hue angle of 211.69º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A76DD is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 118 | 221 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.13 |
| HSL | 211.69º | 0.79% | 0.48% | - |
| HSV(B) | 211.69º | 0.88% | 0.87% | - |
| XYZ | 19.96 | 18.4 | 70.91 | - |
| YUV | 102.23 | 195.02 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 118 | 221 | 0.88 | 0.47 | 0 | 0.13 | 211.69 | 0.79 | 0.48 |
| Hex | 1A | 76 | DD | 58 | 2F | 0 | D | D4 | 4F | 30 |
| Octal | 32 | 166 | 335 | 130 | 57 | 0 | 15 | 324 | 117 | 60 |
| Binary | 11010 | 1110110 | 11011101 | 1011000 | 101111 | 0 | 1101 | 11010100 | 1001111 | 110000 |
Color Harmonies of #1A76DD
Complementary color
Monochromatic Colors of #1A76DD
Black with #1A76DD
Text Example
Text Example
White with #1A76DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A76DD; }
p { color: rgb(26,118,221); }
H1.HeaderClassName
{
color: #1A76DD;
}
.AnyTagClassName
{
color: #1A76DD;
}
</style>
background-color css
<style>
a { background-color: #1A76DD; }
a { background-color: rgb(26,118,221); }
div.DivClassName
{
background-color: #1A76DD;
}
.BgClassName
{
background-color: #1A76DD;
}
</style>
border-color css
<style>
span { border-color: #1A76DD; }
span { border-color: rgb(26,118,221); }
td.TdClassName
{
border-color: #1A76DD;
}
.TagClassName
{
border-color: #1A76DD;
}
</style>