Shades of Navy Blue #1555E6
Tints of Navy Blue #1555E6
RGB
CMYK
RGB Variations
Color information
#1555E6 (or 0x1555E6) is known color: Navy Blue. HEX triplet: 15, 55 and E6. RGB value is (21,85,230). Sum of RGB (Red+Green+Blue) = 21+85+230=336 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.25% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 230 (90.23% from 255 or 68.45% from 336); Max value from RGB is 230 - color contains mainly: blue. Hex color #1555E6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1555E6 is #EAAA19. Grayscale: #515151. Windows color (decimal): -15378970 or 15095061. OLE color: 15095061.
HSL color Cylindrical-coordinate representation of color #1555E6: hue angle of 221.63º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1555E6 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 21 | 85 | 230 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.10 |
| HSL | 221.63º | 0.83% | 0.49% | - |
| HSV(B) | 221.63º | 0.91% | 0.9% | - |
| XYZ | 17.84 | 12.37 | 76.31 | - |
| YUV | 82.39 | 211.3 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 230 | 0.91 | 0.63 | 0 | 0.10 | 221.63 | 0.83 | 0.49 |
| Hex | 15 | 55 | E6 | 5B | 3F | 0 | A | DE | 53 | 31 |
| Octal | 25 | 125 | 346 | 133 | 77 | 0 | 12 | 336 | 123 | 61 |
| Binary | 10101 | 1010101 | 11100110 | 1011011 | 111111 | 0 | 1010 | 11011110 | 1010011 | 110001 |
Color Harmonies of #1555E6
Complementary color
Monochromatic Colors of #1555E6
Black with #1555E6
Text Example
Text Example
White with #1555E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1555E6; }
p { color: rgb(21,85,230); }
H1.HeaderClassName
{
color: #1555E6;
}
.AnyTagClassName
{
color: #1555E6;
}
</style>
background-color css
<style>
a { background-color: #1555E6; }
a { background-color: rgb(21,85,230); }
div.DivClassName
{
background-color: #1555E6;
}
.BgClassName
{
background-color: #1555E6;
}
</style>
border-color css
<style>
span { border-color: #1555E6; }
span { border-color: rgb(21,85,230); }
td.TdClassName
{
border-color: #1555E6;
}
.TagClassName
{
border-color: #1555E6;
}
</style>