Shades of Navy Blue #1551E0
Tints of Navy Blue #1551E0
RGB
CMYK
RGB Variations
Color information
#1551E0 (or 0x1551E0) is known color: Navy Blue. HEX triplet: 15, 51 and E0. RGB value is (21,81,224). Sum of RGB (Red+Green+Blue) = 21+81+224=326 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.44% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 224 (87.89% from 255 or 68.71% from 326); Max value from RGB is 224 - color contains mainly: blue. Hex color #1551E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1551E0 is #EAAE1F. Grayscale: #4E4E4E. Windows color (decimal): -15380000 or 14700821. OLE color: 14700821.
HSL color Cylindrical-coordinate representation of color #1551E0: hue angle of 222.27º degrees, saturation: 0.83, 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 #1551E0 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 81 | 224 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.12 |
| HSL | 222.27º | 0.83% | 0.48% | - |
| HSV(B) | 222.27º | 0.91% | 0.88% | - |
| XYZ | 16.71 | 11.43 | 71.85 | - |
| YUV | 79.36 | 209.62 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 224 | 0.91 | 0.64 | 0 | 0.12 | 222.27 | 0.83 | 0.48 |
| Hex | 15 | 51 | E0 | 5B | 40 | 0 | C | DE | 53 | 30 |
| Octal | 25 | 121 | 340 | 133 | 100 | 0 | 14 | 336 | 123 | 60 |
| Binary | 10101 | 1010001 | 11100000 | 1011011 | 1000000 | 0 | 1100 | 11011110 | 1010011 | 110000 |
Color Harmonies of #1551E0
Complementary color
Monochromatic Colors of #1551E0
Black with #1551E0
Text Example
Text Example
White with #1551E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1551E0; }
p { color: rgb(21,81,224); }
H1.HeaderClassName
{
color: #1551E0;
}
.AnyTagClassName
{
color: #1551E0;
}
</style>
background-color css
<style>
a { background-color: #1551E0; }
a { background-color: rgb(21,81,224); }
div.DivClassName
{
background-color: #1551E0;
}
.BgClassName
{
background-color: #1551E0;
}
</style>
border-color css
<style>
span { border-color: #1551E0; }
span { border-color: rgb(21,81,224); }
td.TdClassName
{
border-color: #1551E0;
}
.TagClassName
{
border-color: #1551E0;
}
</style>