Shades of Navy Blue #1A81DA
Tints of Navy Blue #1A81DA
RGB
CMYK
RGB Variations
Color information
#1A81DA (or 0x1A81DA) is known color: Navy Blue. HEX triplet: 1A, 81 and DA. RGB value is (26,129,218). Sum of RGB (Red+Green+Blue) = 26+129+218=373 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.97% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #1A81DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A81DA is #E57E25. Grayscale: #6B6B6B. Windows color (decimal): -15040038 or 14319898. OLE color: 14319898.
HSL color Cylindrical-coordinate representation of color #1A81DA: hue angle of 207.81º 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 #1A81DA is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 129 | 218 | - |
| CMYK | 0.88 | 0.41 | 0 | 0.15 |
| HSL | 207.81º | 0.79% | 0.48% | - |
| HSV(B) | 207.81º | 0.88% | 0.85% | - |
| XYZ | 20.93 | 20.98 | 69.28 | - |
| YUV | 108.35 | 189.88 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 129 | 218 | 0.88 | 0.41 | 0 | 0.15 | 207.81 | 0.79 | 0.48 |
| Hex | 1A | 81 | DA | 58 | 29 | 0 | F | D0 | 4F | 30 |
| Octal | 32 | 201 | 332 | 130 | 51 | 0 | 17 | 320 | 117 | 60 |
| Binary | 11010 | 10000001 | 11011010 | 1011000 | 101001 | 0 | 1111 | 11010000 | 1001111 | 110000 |
Color Harmonies of #1A81DA
Complementary color
Monochromatic Colors of #1A81DA
Black with #1A81DA
Text Example
Text Example
White with #1A81DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A81DA; }
p { color: rgb(26,129,218); }
H1.HeaderClassName
{
color: #1A81DA;
}
.AnyTagClassName
{
color: #1A81DA;
}
</style>
background-color css
<style>
a { background-color: #1A81DA; }
a { background-color: rgb(26,129,218); }
div.DivClassName
{
background-color: #1A81DA;
}
.BgClassName
{
background-color: #1A81DA;
}
</style>
border-color css
<style>
span { border-color: #1A81DA; }
span { border-color: rgb(26,129,218); }
td.TdClassName
{
border-color: #1A81DA;
}
.TagClassName
{
border-color: #1A81DA;
}
</style>