Shades of Navy Blue #1468ED
Tints of Navy Blue #1468ED
RGB
CMYK
RGB Variations
Color information
#1468ED (or 0x1468ED) is known color: Navy Blue. HEX triplet: 14, 68 and ED. RGB value is (20,104,237). Sum of RGB (Red+Green+Blue) = 20+104+237=361 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.54% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 237 (92.97% from 255 or 65.65% from 361); Max value from RGB is 237 - color contains mainly: blue. Hex color #1468ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1468ED is #EB9712. Grayscale: #5D5D5D. Windows color (decimal): -15439635 or 15558676. OLE color: 15558676.
HSL color Cylindrical-coordinate representation of color #1468ED: hue angle of 216.77º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1468ED is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 104 | 237 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.07 |
| HSL | 216.77º | 0.86% | 0.5% | - |
| HSV(B) | 216.77º | 0.92% | 0.93% | - |
| XYZ | 20.52 | 16.16 | 82.16 | - |
| YUV | 94.05 | 208.67 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 104 | 237 | 0.92 | 0.56 | 0 | 0.07 | 216.77 | 0.86 | 0.5 |
| Hex | 14 | 68 | ED | 5C | 38 | 0 | 7 | D9 | 56 | 32 |
| Octal | 24 | 150 | 355 | 134 | 70 | 0 | 7 | 331 | 126 | 62 |
| Binary | 10100 | 1101000 | 11101101 | 1011100 | 111000 | 0 | 111 | 11011001 | 1010110 | 110010 |
Color Harmonies of #1468ED
Complementary color
Monochromatic Colors of #1468ED
Black with #1468ED
Text Example
Text Example
White with #1468ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1468ED; }
p { color: rgb(20,104,237); }
H1.HeaderClassName
{
color: #1468ED;
}
.AnyTagClassName
{
color: #1468ED;
}
</style>
background-color css
<style>
a { background-color: #1468ED; }
a { background-color: rgb(20,104,237); }
div.DivClassName
{
background-color: #1468ED;
}
.BgClassName
{
background-color: #1468ED;
}
</style>
border-color css
<style>
span { border-color: #1468ED; }
span { border-color: rgb(20,104,237); }
td.TdClassName
{
border-color: #1468ED;
}
.TagClassName
{
border-color: #1468ED;
}
</style>