Shades of Navy Blue #1A6BE1
Tints of Navy Blue #1A6BE1
RGB
CMYK
RGB Variations
Color information
#1A6BE1 (or 0x1A6BE1) is known color: Navy Blue. HEX triplet: 1A, 6B and E1. RGB value is (26,107,225). Sum of RGB (Red+Green+Blue) = 26+107+225=358 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.26% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 225 (88.28% from 255 or 62.85% from 358); Max value from RGB is 225 - color contains mainly: blue. Hex color #1A6BE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A6BE1 is #E5941E. Grayscale: #5F5F5F. Windows color (decimal): -15045663 or 14773018. OLE color: 14773018.
HSL color Cylindrical-coordinate representation of color #1A6BE1: hue angle of 215.58º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A6BE1 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 26 | 107 | 225 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.12 |
| HSL | 215.58º | 0.79% | 0.49% | - |
| HSV(B) | 215.58º | 0.88% | 0.88% | - |
| XYZ | 19.27 | 16.17 | 73.34 | - |
| YUV | 96.23 | 200.66 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 107 | 225 | 0.88 | 0.52 | 0 | 0.12 | 215.58 | 0.79 | 0.49 |
| Hex | 1A | 6B | E1 | 58 | 34 | 0 | C | D8 | 4F | 31 |
| Octal | 32 | 153 | 341 | 130 | 64 | 0 | 14 | 330 | 117 | 61 |
| Binary | 11010 | 1101011 | 11100001 | 1011000 | 110100 | 0 | 1100 | 11011000 | 1001111 | 110001 |
Color Harmonies of #1A6BE1
Complementary color
Monochromatic Colors of #1A6BE1
Black with #1A6BE1
Text Example
Text Example
White with #1A6BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6BE1; }
p { color: rgb(26,107,225); }
H1.HeaderClassName
{
color: #1A6BE1;
}
.AnyTagClassName
{
color: #1A6BE1;
}
</style>
background-color css
<style>
a { background-color: #1A6BE1; }
a { background-color: rgb(26,107,225); }
div.DivClassName
{
background-color: #1A6BE1;
}
.BgClassName
{
background-color: #1A6BE1;
}
</style>
border-color css
<style>
span { border-color: #1A6BE1; }
span { border-color: rgb(26,107,225); }
td.TdClassName
{
border-color: #1A6BE1;
}
.TagClassName
{
border-color: #1A6BE1;
}
</style>