Shades of Navy Blue #1555EB
Tints of Navy Blue #1555EB
RGB
CMYK
RGB Variations
Color information
#1555EB (or 0x1555EB) is known color: Navy Blue. HEX triplet: 15, 55 and EB. RGB value is (21,85,235). Sum of RGB (Red+Green+Blue) = 21+85+235=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 235 (92.19% from 255 or 68.91% from 341); Max value from RGB is 235 - color contains mainly: blue. Hex color #1555EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1555EB is #EAAA14. Grayscale: #525252. Windows color (decimal): -15378965 or 15422741. OLE color: 15422741.
HSL color Cylindrical-coordinate representation of color #1555EB: hue angle of 222.06º 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 #1555EB is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 85 | 235 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.08 |
| HSL | 222.06º | 0.84% | 0.5% | - |
| HSV(B) | 222.06º | 0.91% | 0.92% | - |
| XYZ | 18.55 | 12.65 | 80.06 | - |
| YUV | 82.96 | 213.8 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 235 | 0.91 | 0.64 | 0 | 0.08 | 222.06 | 0.84 | 0.5 |
| Hex | 15 | 55 | EB | 5B | 40 | 0 | 8 | DE | 54 | 32 |
| Octal | 25 | 125 | 353 | 133 | 100 | 0 | 10 | 336 | 124 | 62 |
| Binary | 10101 | 1010101 | 11101011 | 1011011 | 1000000 | 0 | 1000 | 11011110 | 1010100 | 110010 |
Color Harmonies of #1555EB
Complementary color
Monochromatic Colors of #1555EB
Black with #1555EB
Text Example
Text Example
White with #1555EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1555EB; }
p { color: rgb(21,85,235); }
H1.HeaderClassName
{
color: #1555EB;
}
.AnyTagClassName
{
color: #1555EB;
}
</style>
background-color css
<style>
a { background-color: #1555EB; }
a { background-color: rgb(21,85,235); }
div.DivClassName
{
background-color: #1555EB;
}
.BgClassName
{
background-color: #1555EB;
}
</style>
border-color css
<style>
span { border-color: #1555EB; }
span { border-color: rgb(21,85,235); }
td.TdClassName
{
border-color: #1555EB;
}
.TagClassName
{
border-color: #1555EB;
}
</style>