Shades of Navy Blue #1A68DF
Tints of Navy Blue #1A68DF
RGB
CMYK
RGB Variations
Color information
#1A68DF (or 0x1A68DF) is known color: Navy Blue. HEX triplet: 1A, 68 and DF. RGB value is (26,104,223). Sum of RGB (Red+Green+Blue) = 26+104+223=353 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.37% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 223 (87.5% from 255 or 63.17% from 353); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A68DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A68DF is #E59720. Grayscale: #5D5D5D. Windows color (decimal): -15046433 or 14641178. OLE color: 14641178.
HSL color Cylindrical-coordinate representation of color #1A68DF: hue angle of 216.24º 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 #1A68DF is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 104 | 223 | - |
| CMYK | 0.88 | 0.53 | 0 | 0.13 |
| HSL | 216.24º | 0.79% | 0.49% | - |
| HSV(B) | 216.24º | 0.88% | 0.87% | - |
| XYZ | 18.7 | 15.45 | 71.81 | - |
| YUV | 94.24 | 200.66 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 104 | 223 | 0.88 | 0.53 | 0 | 0.13 | 216.24 | 0.79 | 0.49 |
| Hex | 1A | 68 | DF | 58 | 35 | 0 | D | D8 | 4F | 31 |
| Octal | 32 | 150 | 337 | 130 | 65 | 0 | 15 | 330 | 117 | 61 |
| Binary | 11010 | 1101000 | 11011111 | 1011000 | 110101 | 0 | 1101 | 11011000 | 1001111 | 110001 |
Color Harmonies of #1A68DF
Complementary color
Monochromatic Colors of #1A68DF
Black with #1A68DF
Text Example
Text Example
White with #1A68DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A68DF; }
p { color: rgb(26,104,223); }
H1.HeaderClassName
{
color: #1A68DF;
}
.AnyTagClassName
{
color: #1A68DF;
}
</style>
background-color css
<style>
a { background-color: #1A68DF; }
a { background-color: rgb(26,104,223); }
div.DivClassName
{
background-color: #1A68DF;
}
.BgClassName
{
background-color: #1A68DF;
}
</style>
border-color css
<style>
span { border-color: #1A68DF; }
span { border-color: rgb(26,104,223); }
td.TdClassName
{
border-color: #1A68DF;
}
.TagClassName
{
border-color: #1A68DF;
}
</style>