Shades of Navy Blue #1A7DDA
Tints of Navy Blue #1A7DDA
RGB
CMYK
RGB Variations
Color information
#1A7DDA (or 0x1A7DDA) is known color: Navy Blue. HEX triplet: 1A, 7D and DA. RGB value is (26,125,218). Sum of RGB (Red+Green+Blue) = 26+125+218=369 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.05% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 218 (85.55% from 255 or 59.08% from 369); Max value from RGB is 218 - color contains mainly: blue. Hex color #1A7DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A7DDA is #E58225. Grayscale: #696969. Windows color (decimal): -15041062 or 14318874. OLE color: 14318874.
HSL color Cylindrical-coordinate representation of color #1A7DDA: hue angle of 209.06º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A7DDA is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 125 | 218 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.15 |
| HSL | 209.06º | 0.79% | 0.48% | - |
| HSV(B) | 209.06º | 0.88% | 0.85% | - |
| XYZ | 20.41 | 19.95 | 69.1 | - |
| YUV | 106 | 191.2 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 125 | 218 | 0.88 | 0.43 | 0 | 0.15 | 209.06 | 0.79 | 0.48 |
| Hex | 1A | 7D | DA | 58 | 2B | 0 | F | D1 | 4F | 30 |
| Octal | 32 | 175 | 332 | 130 | 53 | 0 | 17 | 321 | 117 | 60 |
| Binary | 11010 | 1111101 | 11011010 | 1011000 | 101011 | 0 | 1111 | 11010001 | 1001111 | 110000 |
Color Harmonies of #1A7DDA
Complementary color
Monochromatic Colors of #1A7DDA
Black with #1A7DDA
Text Example
Text Example
White with #1A7DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A7DDA; }
p { color: rgb(26,125,218); }
H1.HeaderClassName
{
color: #1A7DDA;
}
.AnyTagClassName
{
color: #1A7DDA;
}
</style>
background-color css
<style>
a { background-color: #1A7DDA; }
a { background-color: rgb(26,125,218); }
div.DivClassName
{
background-color: #1A7DDA;
}
.BgClassName
{
background-color: #1A7DDA;
}
</style>
border-color css
<style>
span { border-color: #1A7DDA; }
span { border-color: rgb(26,125,218); }
td.TdClassName
{
border-color: #1A7DDA;
}
.TagClassName
{
border-color: #1A7DDA;
}
</style>