Shades of Navy Blue #1A6DDF
Tints of Navy Blue #1A6DDF
RGB
CMYK
RGB Variations
Color information
#1A6DDF (or 0x1A6DDF) is known color: Navy Blue. HEX triplet: 1A, 6D and DF. RGB value is (26,109,223). Sum of RGB (Red+Green+Blue) = 26+109+223=358 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.26% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A6DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A6DDF is #E59220. Grayscale: #606060. Windows color (decimal): -15045153 or 14642458. OLE color: 14642458.
HSL color Cylindrical-coordinate representation of color #1A6DDF: hue angle of 214.72º 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 #1A6DDF is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 109 | 223 | - |
| CMYK | 0.88 | 0.51 | 0 | 0.13 |
| HSL | 214.72º | 0.79% | 0.49% | - |
| HSV(B) | 214.72º | 0.88% | 0.87% | - |
| XYZ | 19.21 | 16.48 | 71.98 | - |
| YUV | 97.18 | 199 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 109 | 223 | 0.88 | 0.51 | 0 | 0.13 | 214.72 | 0.79 | 0.49 |
| Hex | 1A | 6D | DF | 58 | 33 | 0 | D | D7 | 4F | 31 |
| Octal | 32 | 155 | 337 | 130 | 63 | 0 | 15 | 327 | 117 | 61 |
| Binary | 11010 | 1101101 | 11011111 | 1011000 | 110011 | 0 | 1101 | 11010111 | 1001111 | 110001 |
Color Harmonies of #1A6DDF
Complementary color
Monochromatic Colors of #1A6DDF
Black with #1A6DDF
Text Example
Text Example
White with #1A6DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6DDF; }
p { color: rgb(26,109,223); }
H1.HeaderClassName
{
color: #1A6DDF;
}
.AnyTagClassName
{
color: #1A6DDF;
}
</style>
background-color css
<style>
a { background-color: #1A6DDF; }
a { background-color: rgb(26,109,223); }
div.DivClassName
{
background-color: #1A6DDF;
}
.BgClassName
{
background-color: #1A6DDF;
}
</style>
border-color css
<style>
span { border-color: #1A6DDF; }
span { border-color: rgb(26,109,223); }
td.TdClassName
{
border-color: #1A6DDF;
}
.TagClassName
{
border-color: #1A6DDF;
}
</style>