Shades of Navy Blue #1A6ADF
Tints of Navy Blue #1A6ADF
RGB
CMYK
RGB Variations
Color information
#1A6ADF (or 0x1A6ADF) is known color: Navy Blue. HEX triplet: 1A, 6A and DF. RGB value is (26,106,223). Sum of RGB (Red+Green+Blue) = 26+106+223=355 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.32% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A6ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A6ADF is #E59520. Grayscale: #5E5E5E. Windows color (decimal): -15045921 or 14641690. OLE color: 14641690.
HSL color Cylindrical-coordinate representation of color #1A6ADF: hue angle of 215.63º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A6ADF is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 106 | 223 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.13 |
| HSL | 215.63º | 0.79% | 0.49% | - |
| HSV(B) | 215.63º | 0.88% | 0.87% | - |
| XYZ | 18.9 | 15.86 | 71.88 | - |
| YUV | 95.42 | 200 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 106 | 223 | 0.88 | 0.52 | 0 | 0.13 | 215.63 | 0.79 | 0.49 |
| Hex | 1A | 6A | DF | 58 | 34 | 0 | D | D8 | 4F | 31 |
| Octal | 32 | 152 | 337 | 130 | 64 | 0 | 15 | 330 | 117 | 61 |
| Binary | 11010 | 1101010 | 11011111 | 1011000 | 110100 | 0 | 1101 | 11011000 | 1001111 | 110001 |
Color Harmonies of #1A6ADF
Complementary color
Monochromatic Colors of #1A6ADF
Black with #1A6ADF
Text Example
Text Example
White with #1A6ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6ADF; }
p { color: rgb(26,106,223); }
H1.HeaderClassName
{
color: #1A6ADF;
}
.AnyTagClassName
{
color: #1A6ADF;
}
</style>
background-color css
<style>
a { background-color: #1A6ADF; }
a { background-color: rgb(26,106,223); }
div.DivClassName
{
background-color: #1A6ADF;
}
.BgClassName
{
background-color: #1A6ADF;
}
</style>
border-color css
<style>
span { border-color: #1A6ADF; }
span { border-color: rgb(26,106,223); }
td.TdClassName
{
border-color: #1A6ADF;
}
.TagClassName
{
border-color: #1A6ADF;
}
</style>