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