Shades of Navy Blue #1555E4
Tints of Navy Blue #1555E4
RGB
CMYK
RGB Variations
Color information
#1555E4 (or 0x1555E4) is known color: Navy Blue. HEX triplet: 15, 55 and E4. RGB value is (21,85,228). Sum of RGB (Red+Green+Blue) = 21+85+228=334 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.29% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 228 (89.45% from 255 or 68.26% from 334); Max value from RGB is 228 - color contains mainly: blue. Hex color #1555E4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1555E4 is #EAAA1B. Grayscale: #515151. Windows color (decimal): -15378972 or 14963989. OLE color: 14963989.
HSL color Cylindrical-coordinate representation of color #1555E4: hue angle of 221.45º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1555E4 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 21 | 85 | 228 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.11 |
| HSL | 221.45º | 0.83% | 0.49% | - |
| HSV(B) | 221.45º | 0.91% | 0.89% | - |
| XYZ | 17.56 | 12.26 | 74.84 | - |
| YUV | 82.17 | 210.3 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 228 | 0.91 | 0.63 | 0 | 0.11 | 221.45 | 0.83 | 0.49 |
| Hex | 15 | 55 | E4 | 5B | 3F | 0 | B | DD | 53 | 31 |
| Octal | 25 | 125 | 344 | 133 | 77 | 0 | 13 | 335 | 123 | 61 |
| Binary | 10101 | 1010101 | 11100100 | 1011011 | 111111 | 0 | 1011 | 11011101 | 1010011 | 110001 |
Color Harmonies of #1555E4
Complementary color
Monochromatic Colors of #1555E4
Black with #1555E4
Text Example
Text Example
White with #1555E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1555E4; }
p { color: rgb(21,85,228); }
H1.HeaderClassName
{
color: #1555E4;
}
.AnyTagClassName
{
color: #1555E4;
}
</style>
background-color css
<style>
a { background-color: #1555E4; }
a { background-color: rgb(21,85,228); }
div.DivClassName
{
background-color: #1555E4;
}
.BgClassName
{
background-color: #1555E4;
}
</style>
border-color css
<style>
span { border-color: #1555E4; }
span { border-color: rgb(21,85,228); }
td.TdClassName
{
border-color: #1555E4;
}
.TagClassName
{
border-color: #1555E4;
}
</style>