Shades of Navy Blue #1A5BE4
Tints of Navy Blue #1A5BE4
RGB
CMYK
RGB Variations
Color information
#1A5BE4 (or 0x1A5BE4) is known color: Navy Blue. HEX triplet: 1A, 5B and E4. RGB value is (26,91,228). Sum of RGB (Red+Green+Blue) = 26+91+228=345 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.54% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 228 (89.45% from 255 or 66.09% from 345); Max value from RGB is 228 - color contains mainly: blue. Hex color #1A5BE4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A5BE4 is #E5A41B. Grayscale: #565656. Windows color (decimal): -15049756 or 14965530. OLE color: 14965530.
HSL color Cylindrical-coordinate representation of color #1A5BE4: hue angle of 220.69º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A5BE4 is Cyan = 0.89, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 26 | 91 | 228 | - |
| CMYK | 0.89 | 0.60 | 0 | 0.11 |
| HSL | 220.69º | 0.8% | 0.5% | - |
| HSV(B) | 220.69º | 0.89% | 0.89% | - |
| XYZ | 18.17 | 13.3 | 75.01 | - |
| YUV | 87.18 | 207.47 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 91 | 228 | 0.89 | 0.60 | 0 | 0.11 | 220.69 | 0.8 | 0.5 |
| Hex | 1A | 5B | E4 | 59 | 3C | 0 | B | DD | 50 | 32 |
| Octal | 32 | 133 | 344 | 131 | 74 | 0 | 13 | 335 | 120 | 62 |
| Binary | 11010 | 1011011 | 11100100 | 1011001 | 111100 | 0 | 1011 | 11011101 | 1010000 | 110010 |
Color Harmonies of #1A5BE4
Complementary color
Monochromatic Colors of #1A5BE4
Black with #1A5BE4
Text Example
Text Example
White with #1A5BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5BE4; }
p { color: rgb(26,91,228); }
H1.HeaderClassName
{
color: #1A5BE4;
}
.AnyTagClassName
{
color: #1A5BE4;
}
</style>
background-color css
<style>
a { background-color: #1A5BE4; }
a { background-color: rgb(26,91,228); }
div.DivClassName
{
background-color: #1A5BE4;
}
.BgClassName
{
background-color: #1A5BE4;
}
</style>
border-color css
<style>
span { border-color: #1A5BE4; }
span { border-color: rgb(26,91,228); }
td.TdClassName
{
border-color: #1A5BE4;
}
.TagClassName
{
border-color: #1A5BE4;
}
</style>