Shades of Navy Blue #1466EB
Tints of Navy Blue #1466EB
RGB
CMYK
RGB Variations
Color information
#1466EB (or 0x1466EB) is known color: Navy Blue. HEX triplet: 14, 66 and EB. RGB value is (20,102,235). Sum of RGB (Red+Green+Blue) = 20+102+235=357 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.60% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 235 (92.19% from 255 or 65.83% from 357); Max value from RGB is 235 - color contains mainly: blue. Hex color #1466EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1466EB is #EB9914. Grayscale: #5C5C5C. Windows color (decimal): -15440149 or 15427092. OLE color: 15427092.
HSL color Cylindrical-coordinate representation of color #1466EB: hue angle of 217.12º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1466EB is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 102 | 235 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.08 |
| HSL | 217.12º | 0.84% | 0.5% | - |
| HSV(B) | 217.12º | 0.91% | 0.92% | - |
| XYZ | 20.04 | 15.65 | 80.56 | - |
| YUV | 92.64 | 208.33 | 76.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 102 | 235 | 0.91 | 0.57 | 0 | 0.08 | 217.12 | 0.84 | 0.5 |
| Hex | 14 | 66 | EB | 5B | 39 | 0 | 8 | D9 | 54 | 32 |
| Octal | 24 | 146 | 353 | 133 | 71 | 0 | 10 | 331 | 124 | 62 |
| Binary | 10100 | 1100110 | 11101011 | 1011011 | 111001 | 0 | 1000 | 11011001 | 1010100 | 110010 |
Color Harmonies of #1466EB
Complementary color
Monochromatic Colors of #1466EB
Black with #1466EB
Text Example
Text Example
White with #1466EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1466EB; }
p { color: rgb(20,102,235); }
H1.HeaderClassName
{
color: #1466EB;
}
.AnyTagClassName
{
color: #1466EB;
}
</style>
background-color css
<style>
a { background-color: #1466EB; }
a { background-color: rgb(20,102,235); }
div.DivClassName
{
background-color: #1466EB;
}
.BgClassName
{
background-color: #1466EB;
}
</style>
border-color css
<style>
span { border-color: #1466EB; }
span { border-color: rgb(20,102,235); }
td.TdClassName
{
border-color: #1466EB;
}
.TagClassName
{
border-color: #1466EB;
}
</style>