Shades of Navy Blue #155DE1
Tints of Navy Blue #155DE1
RGB
CMYK
RGB Variations
Color information
#155DE1 (or 0x155DE1) is known color: Navy Blue. HEX triplet: 15, 5D and E1. RGB value is (21,93,225). Sum of RGB (Red+Green+Blue) = 21+93+225=339 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.19% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 225 (88.28% from 255 or 66.37% from 339); Max value from RGB is 225 - color contains mainly: blue. Hex color #155DE1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #155DE1 is #EAA21E. Grayscale: #555555. Windows color (decimal): -15376927 or 14769429. OLE color: 14769429.
HSL color Cylindrical-coordinate representation of color #155DE1: hue angle of 218.82º 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 #155DE1 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 21 | 93 | 225 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.12 |
| HSL | 218.82º | 0.83% | 0.48% | - |
| HSV(B) | 218.82º | 0.91% | 0.88% | - |
| XYZ | 17.81 | 13.42 | 72.89 | - |
| YUV | 86.52 | 206.15 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 93 | 225 | 0.91 | 0.59 | 0 | 0.12 | 218.82 | 0.83 | 0.48 |
| Hex | 15 | 5D | E1 | 5B | 3B | 0 | C | DB | 53 | 30 |
| Octal | 25 | 135 | 341 | 133 | 73 | 0 | 14 | 333 | 123 | 60 |
| Binary | 10101 | 1011101 | 11100001 | 1011011 | 111011 | 0 | 1100 | 11011011 | 1010011 | 110000 |
Color Harmonies of #155DE1
Complementary color
Monochromatic Colors of #155DE1
Black with #155DE1
Text Example
Text Example
White with #155DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155DE1; }
p { color: rgb(21,93,225); }
H1.HeaderClassName
{
color: #155DE1;
}
.AnyTagClassName
{
color: #155DE1;
}
</style>
background-color css
<style>
a { background-color: #155DE1; }
a { background-color: rgb(21,93,225); }
div.DivClassName
{
background-color: #155DE1;
}
.BgClassName
{
background-color: #155DE1;
}
</style>
border-color css
<style>
span { border-color: #155DE1; }
span { border-color: rgb(21,93,225); }
td.TdClassName
{
border-color: #155DE1;
}
.TagClassName
{
border-color: #155DE1;
}
</style>