Shades of Navy Blue #1467E0
Tints of Navy Blue #1467E0
RGB
CMYK
RGB Variations
Color information
#1467E0 (or 0x1467E0) is known color: Navy Blue. HEX triplet: 14, 67 and E0. RGB value is (20,103,224). Sum of RGB (Red+Green+Blue) = 20+103+224=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 224 (87.89% from 255 or 64.55% from 347); Max value from RGB is 224 - color contains mainly: blue. Hex color #1467E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1467E0 is #EB981F. Grayscale: #5B5B5B. Windows color (decimal): -15439904 or 14706452. OLE color: 14706452.
HSL color Cylindrical-coordinate representation of color #1467E0: hue angle of 215.59º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1467E0 is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 103 | 224 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.12 |
| HSL | 215.59º | 0.84% | 0.48% | - |
| HSV(B) | 215.59º | 0.91% | 0.88% | - |
| XYZ | 18.59 | 15.23 | 72.48 | - |
| YUV | 91.98 | 202.5 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 103 | 224 | 0.91 | 0.54 | 0 | 0.12 | 215.59 | 0.84 | 0.48 |
| Hex | 14 | 67 | E0 | 5B | 36 | 0 | C | D8 | 54 | 30 |
| Octal | 24 | 147 | 340 | 133 | 66 | 0 | 14 | 330 | 124 | 60 |
| Binary | 10100 | 1100111 | 11100000 | 1011011 | 110110 | 0 | 1100 | 11011000 | 1010100 | 110000 |
Color Harmonies of #1467E0
Complementary color
Monochromatic Colors of #1467E0
Black with #1467E0
Text Example
Text Example
White with #1467E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1467E0; }
p { color: rgb(20,103,224); }
H1.HeaderClassName
{
color: #1467E0;
}
.AnyTagClassName
{
color: #1467E0;
}
</style>
background-color css
<style>
a { background-color: #1467E0; }
a { background-color: rgb(20,103,224); }
div.DivClassName
{
background-color: #1467E0;
}
.BgClassName
{
background-color: #1467E0;
}
</style>
border-color css
<style>
span { border-color: #1467E0; }
span { border-color: rgb(20,103,224); }
td.TdClassName
{
border-color: #1467E0;
}
.TagClassName
{
border-color: #1467E0;
}
</style>