Shades of Navy Blue #1551ED
Tints of Navy Blue #1551ED
RGB
CMYK
RGB Variations
Color information
#1551ED (or 0x1551ED) is known color: Navy Blue. HEX triplet: 15, 51 and ED. RGB value is (21,81,237). Sum of RGB (Red+Green+Blue) = 21+81+237=339 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.19% from 339); Green value is 81 (32.03% from 255 or 23.89% from 339); Blue value is 237 (92.97% from 255 or 69.91% from 339); Max value from RGB is 237 - color contains mainly: blue. Hex color #1551ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1551ED is #EAAE12. Grayscale: #505050. Windows color (decimal): -15379987 or 15552789. OLE color: 15552789.
HSL color Cylindrical-coordinate representation of color #1551ED: hue angle of 223.33º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1551ED is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 81 | 237 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.07 |
| HSL | 223.33º | 0.86% | 0.51% | - |
| HSV(B) | 223.33º | 0.91% | 0.93% | - |
| XYZ | 18.54 | 12.16 | 81.49 | - |
| YUV | 80.84 | 216.12 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 81 | 237 | 0.91 | 0.66 | 0 | 0.07 | 223.33 | 0.86 | 0.51 |
| Hex | 15 | 51 | ED | 5B | 42 | 0 | 7 | DF | 56 | 33 |
| Octal | 25 | 121 | 355 | 133 | 102 | 0 | 7 | 337 | 126 | 63 |
| Binary | 10101 | 1010001 | 11101101 | 1011011 | 1000010 | 0 | 111 | 11011111 | 1010110 | 110011 |
Color Harmonies of #1551ED
Complementary color
Monochromatic Colors of #1551ED
Black with #1551ED
Text Example
Text Example
White with #1551ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1551ED; }
p { color: rgb(21,81,237); }
H1.HeaderClassName
{
color: #1551ED;
}
.AnyTagClassName
{
color: #1551ED;
}
</style>
background-color css
<style>
a { background-color: #1551ED; }
a { background-color: rgb(21,81,237); }
div.DivClassName
{
background-color: #1551ED;
}
.BgClassName
{
background-color: #1551ED;
}
</style>
border-color css
<style>
span { border-color: #1551ED; }
span { border-color: rgb(21,81,237); }
td.TdClassName
{
border-color: #1551ED;
}
.TagClassName
{
border-color: #1551ED;
}
</style>