Shades of Navy Blue #1A68E2
Tints of Navy Blue #1A68E2
RGB
CMYK
RGB Variations
Color information
#1A68E2 (or 0x1A68E2) is known color: Navy Blue. HEX triplet: 1A, 68 and E2. RGB value is (26,104,226). Sum of RGB (Red+Green+Blue) = 26+104+226=356 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.30% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 226 (88.67% from 255 or 63.48% from 356); Max value from RGB is 226 - color contains mainly: blue. Hex color #1A68E2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A68E2 is #E5971D. Grayscale: #5E5E5E. Windows color (decimal): -15046430 or 14837786. OLE color: 14837786.
HSL color Cylindrical-coordinate representation of color #1A68E2: hue angle of 216.6º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A68E2 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 26 | 104 | 226 | - |
| CMYK | 0.88 | 0.54 | 0 | 0.11 |
| HSL | 216.6º | 0.79% | 0.49% | - |
| HSV(B) | 216.6º | 0.88% | 0.89% | - |
| XYZ | 19.1 | 15.61 | 73.96 | - |
| YUV | 94.59 | 202.16 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 104 | 226 | 0.88 | 0.54 | 0 | 0.11 | 216.6 | 0.79 | 0.49 |
| Hex | 1A | 68 | E2 | 58 | 36 | 0 | B | D9 | 4F | 31 |
| Octal | 32 | 150 | 342 | 130 | 66 | 0 | 13 | 331 | 117 | 61 |
| Binary | 11010 | 1101000 | 11100010 | 1011000 | 110110 | 0 | 1011 | 11011001 | 1001111 | 110001 |
Color Harmonies of #1A68E2
Complementary color
Monochromatic Colors of #1A68E2
Black with #1A68E2
Text Example
Text Example
White with #1A68E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A68E2; }
p { color: rgb(26,104,226); }
H1.HeaderClassName
{
color: #1A68E2;
}
.AnyTagClassName
{
color: #1A68E2;
}
</style>
background-color css
<style>
a { background-color: #1A68E2; }
a { background-color: rgb(26,104,226); }
div.DivClassName
{
background-color: #1A68E2;
}
.BgClassName
{
background-color: #1A68E2;
}
</style>
border-color css
<style>
span { border-color: #1A68E2; }
span { border-color: rgb(26,104,226); }
td.TdClassName
{
border-color: #1A68E2;
}
.TagClassName
{
border-color: #1A68E2;
}
</style>