Shades of Navy Blue #1550E8
Tints of Navy Blue #1550E8
RGB
CMYK
RGB Variations
Color information
#1550E8 (or 0x1550E8) is known color: Navy Blue. HEX triplet: 15, 50 and E8. RGB value is (21,80,232). Sum of RGB (Red+Green+Blue) = 21+80+232=333 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.31% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 232 (91.02% from 255 or 69.67% from 333); Max value from RGB is 232 - color contains mainly: blue. Hex color #1550E8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1550E8 is #EAAF17. Grayscale: #4F4F4F. Windows color (decimal): -15380248 or 15224853. OLE color: 15224853.
HSL color Cylindrical-coordinate representation of color #1550E8: hue angle of 223.22º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1550E8 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 80 | 232 | - |
| CMYK | 0.91 | 0.66 | 0 | 0.09 |
| HSL | 223.22º | 0.83% | 0.5% | - |
| HSV(B) | 223.22º | 0.91% | 0.91% | - |
| XYZ | 17.74 | 11.72 | 77.67 | - |
| YUV | 79.69 | 213.95 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 232 | 0.91 | 0.66 | 0 | 0.09 | 223.22 | 0.83 | 0.5 |
| Hex | 15 | 50 | E8 | 5B | 42 | 0 | 9 | DF | 53 | 32 |
| Octal | 25 | 120 | 350 | 133 | 102 | 0 | 11 | 337 | 123 | 62 |
| Binary | 10101 | 1010000 | 11101000 | 1011011 | 1000010 | 0 | 1001 | 11011111 | 1010011 | 110010 |
Color Harmonies of #1550E8
Complementary color
Monochromatic Colors of #1550E8
Black with #1550E8
Text Example
Text Example
White with #1550E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1550E8; }
p { color: rgb(21,80,232); }
H1.HeaderClassName
{
color: #1550E8;
}
.AnyTagClassName
{
color: #1550E8;
}
</style>
background-color css
<style>
a { background-color: #1550E8; }
a { background-color: rgb(21,80,232); }
div.DivClassName
{
background-color: #1550E8;
}
.BgClassName
{
background-color: #1550E8;
}
</style>
border-color css
<style>
span { border-color: #1550E8; }
span { border-color: rgb(21,80,232); }
td.TdClassName
{
border-color: #1550E8;
}
.TagClassName
{
border-color: #1550E8;
}
</style>