Shades of Navy Blue #1A6CDA
Tints of Navy Blue #1A6CDA
RGB
CMYK
RGB Variations
Color information
#1A6CDA (or 0x1A6CDA) is known color: Navy Blue. HEX triplet: 1A, 6C and DA. RGB value is (26,108,218). Sum of RGB (Red+Green+Blue) = 26+108+218=352 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.39% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 218 (85.55% from 255 or 61.93% from 352); Max value from RGB is 218 - color contains mainly: blue. Hex color #1A6CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A6CDA is #E59325. Grayscale: #5F5F5F. Windows color (decimal): -15045414 or 14314522. OLE color: 14314522.
HSL color Cylindrical-coordinate representation of color #1A6CDA: hue angle of 214.38º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A6CDA is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 108 | 218 | - |
| CMYK | 0.88 | 0.50 | 0 | 0.15 |
| HSL | 214.38º | 0.79% | 0.48% | - |
| HSV(B) | 214.38º | 0.88% | 0.85% | - |
| XYZ | 18.44 | 16.01 | 68.45 | - |
| YUV | 96.02 | 196.83 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 108 | 218 | 0.88 | 0.50 | 0 | 0.15 | 214.38 | 0.79 | 0.48 |
| Hex | 1A | 6C | DA | 58 | 32 | 0 | F | D6 | 4F | 30 |
| Octal | 32 | 154 | 332 | 130 | 62 | 0 | 17 | 326 | 117 | 60 |
| Binary | 11010 | 1101100 | 11011010 | 1011000 | 110010 | 0 | 1111 | 11010110 | 1001111 | 110000 |
Color Harmonies of #1A6CDA
Complementary color
Monochromatic Colors of #1A6CDA
Black with #1A6CDA
Text Example
Text Example
White with #1A6CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6CDA; }
p { color: rgb(26,108,218); }
H1.HeaderClassName
{
color: #1A6CDA;
}
.AnyTagClassName
{
color: #1A6CDA;
}
</style>
background-color css
<style>
a { background-color: #1A6CDA; }
a { background-color: rgb(26,108,218); }
div.DivClassName
{
background-color: #1A6CDA;
}
.BgClassName
{
background-color: #1A6CDA;
}
</style>
border-color css
<style>
span { border-color: #1A6CDA; }
span { border-color: rgb(26,108,218); }
td.TdClassName
{
border-color: #1A6CDA;
}
.TagClassName
{
border-color: #1A6CDA;
}
</style>