Shades of Navy Blue #1A6BEB
Tints of Navy Blue #1A6BEB
RGB
CMYK
RGB Variations
Color information
#1A6BEB (or 0x1A6BEB) is known color: Navy Blue. HEX triplet: 1A, 6B and EB. RGB value is (26,107,235). Sum of RGB (Red+Green+Blue) = 26+107+235=368 (48% of max value = 765). Red value is 26 (10.55% from 255 or 7.07% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 235 (92.19% from 255 or 63.86% from 368); Max value from RGB is 235 - color contains mainly: blue. Hex color #1A6BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A6BEB is #E59414. Grayscale: #606060. Windows color (decimal): -15045653 or 15428378. OLE color: 15428378.
HSL color Cylindrical-coordinate representation of color #1A6BEB: hue angle of 216.75º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A6BEB is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 26 | 107 | 235 | - |
| CMYK | 0.89 | 0.54 | 0 | 0.08 |
| HSL | 216.75º | 0.84% | 0.51% | - |
| HSV(B) | 216.75º | 0.89% | 0.92% | - |
| XYZ | 20.68 | 16.73 | 80.74 | - |
| YUV | 97.37 | 205.66 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 107 | 235 | 0.89 | 0.54 | 0 | 0.08 | 216.75 | 0.84 | 0.51 |
| Hex | 1A | 6B | EB | 59 | 36 | 0 | 8 | D9 | 54 | 33 |
| Octal | 32 | 153 | 353 | 131 | 66 | 0 | 10 | 331 | 124 | 63 |
| Binary | 11010 | 1101011 | 11101011 | 1011001 | 110110 | 0 | 1000 | 11011001 | 1010100 | 110011 |
Color Harmonies of #1A6BEB
Complementary color
Monochromatic Colors of #1A6BEB
Black with #1A6BEB
Text Example
Text Example
White with #1A6BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6BEB; }
p { color: rgb(26,107,235); }
H1.HeaderClassName
{
color: #1A6BEB;
}
.AnyTagClassName
{
color: #1A6BEB;
}
</style>
background-color css
<style>
a { background-color: #1A6BEB; }
a { background-color: rgb(26,107,235); }
div.DivClassName
{
background-color: #1A6BEB;
}
.BgClassName
{
background-color: #1A6BEB;
}
</style>
border-color css
<style>
span { border-color: #1A6BEB; }
span { border-color: rgb(26,107,235); }
td.TdClassName
{
border-color: #1A6BEB;
}
.TagClassName
{
border-color: #1A6BEB;
}
</style>