Shades of Navy Blue #1467EB
Tints of Navy Blue #1467EB
RGB
CMYK
RGB Variations
Color information
#1467EB (or 0x1467EB) is known color: Navy Blue. HEX triplet: 14, 67 and EB. RGB value is (20,103,235). Sum of RGB (Red+Green+Blue) = 20+103+235=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 235 (92.19% from 255 or 65.64% from 358); Max value from RGB is 235 - color contains mainly: blue. Hex color #1467EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1467EB is #EB9814. Grayscale: #5C5C5C. Windows color (decimal): -15439893 or 15427348. OLE color: 15427348.
HSL color Cylindrical-coordinate representation of color #1467EB: hue angle of 216.84º 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 #1467EB is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 103 | 235 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.08 |
| HSL | 216.84º | 0.84% | 0.5% | - |
| HSV(B) | 216.84º | 0.91% | 0.92% | - |
| XYZ | 20.13 | 15.85 | 80.59 | - |
| YUV | 93.23 | 208 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 103 | 235 | 0.91 | 0.56 | 0 | 0.08 | 216.84 | 0.84 | 0.5 |
| Hex | 14 | 67 | EB | 5B | 38 | 0 | 8 | D9 | 54 | 32 |
| Octal | 24 | 147 | 353 | 133 | 70 | 0 | 10 | 331 | 124 | 62 |
| Binary | 10100 | 1100111 | 11101011 | 1011011 | 111000 | 0 | 1000 | 11011001 | 1010100 | 110010 |
Color Harmonies of #1467EB
Complementary color
Monochromatic Colors of #1467EB
Black with #1467EB
Text Example
Text Example
White with #1467EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1467EB; }
p { color: rgb(20,103,235); }
H1.HeaderClassName
{
color: #1467EB;
}
.AnyTagClassName
{
color: #1467EB;
}
</style>
background-color css
<style>
a { background-color: #1467EB; }
a { background-color: rgb(20,103,235); }
div.DivClassName
{
background-color: #1467EB;
}
.BgClassName
{
background-color: #1467EB;
}
</style>
border-color css
<style>
span { border-color: #1467EB; }
span { border-color: rgb(20,103,235); }
td.TdClassName
{
border-color: #1467EB;
}
.TagClassName
{
border-color: #1467EB;
}
</style>