Shades of Navy Blue #1451EA
Tints of Navy Blue #1451EA
RGB
CMYK
RGB Variations
Color information
#1451EA (or 0x1451EA) is known color: Navy Blue. HEX triplet: 14, 51 and EA. RGB value is (20,81,234). Sum of RGB (Red+Green+Blue) = 20+81+234=335 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.97% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 234 (91.80% from 255 or 69.85% from 335); Max value from RGB is 234 - color contains mainly: blue. Hex color #1451EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1451EA is #EBAE15. Grayscale: #4F4F4F. Windows color (decimal): -15445526 or 15356180. OLE color: 15356180.
HSL color Cylindrical-coordinate representation of color #1451EA: hue angle of 222.9º 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 #1451EA is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 20 | 81 | 234 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.08 |
| HSL | 222.9º | 0.84% | 0.5% | - |
| HSV(B) | 222.9º | 0.91% | 0.92% | - |
| XYZ | 18.08 | 11.97 | 79.2 | - |
| YUV | 80.2 | 214.79 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 81 | 234 | 0.91 | 0.65 | 0 | 0.08 | 222.9 | 0.84 | 0.5 |
| Hex | 14 | 51 | EA | 5B | 41 | 0 | 8 | DF | 54 | 32 |
| Octal | 24 | 121 | 352 | 133 | 101 | 0 | 10 | 337 | 124 | 62 |
| Binary | 10100 | 1010001 | 11101010 | 1011011 | 1000001 | 0 | 1000 | 11011111 | 1010100 | 110010 |
Color Harmonies of #1451EA
Complementary color
Monochromatic Colors of #1451EA
Black with #1451EA
Text Example
Text Example
White with #1451EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1451EA; }
p { color: rgb(20,81,234); }
H1.HeaderClassName
{
color: #1451EA;
}
.AnyTagClassName
{
color: #1451EA;
}
</style>
background-color css
<style>
a { background-color: #1451EA; }
a { background-color: rgb(20,81,234); }
div.DivClassName
{
background-color: #1451EA;
}
.BgClassName
{
background-color: #1451EA;
}
</style>
border-color css
<style>
span { border-color: #1451EA; }
span { border-color: rgb(20,81,234); }
td.TdClassName
{
border-color: #1451EA;
}
.TagClassName
{
border-color: #1451EA;
}
</style>