Shades of Navy Blue #1553E9
Tints of Navy Blue #1553E9
RGB
CMYK
RGB Variations
Color information
#1553E9 (or 0x1553E9) is known color: Navy Blue. HEX triplet: 15, 53 and E9. RGB value is (21,83,233). Sum of RGB (Red+Green+Blue) = 21+83+233=337 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.23% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 233 (91.41% from 255 or 69.14% from 337); Max value from RGB is 233 - color contains mainly: blue. Hex color #1553E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1553E9 is #EAAC16. Grayscale: #505050. Windows color (decimal): -15379479 or 15291157. OLE color: 15291157.
HSL color Cylindrical-coordinate representation of color #1553E9: hue angle of 222.45º 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 #1553E9 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 83 | 233 | - |
| CMYK | 0.91 | 0.64 | 0 | 0.09 |
| HSL | 222.45º | 0.83% | 0.5% | - |
| HSV(B) | 222.45º | 0.91% | 0.91% | - |
| XYZ | 18.11 | 12.23 | 78.5 | - |
| YUV | 81.56 | 213.46 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 233 | 0.91 | 0.64 | 0 | 0.09 | 222.45 | 0.83 | 0.5 |
| Hex | 15 | 53 | E9 | 5B | 40 | 0 | 9 | DE | 53 | 32 |
| Octal | 25 | 123 | 351 | 133 | 100 | 0 | 11 | 336 | 123 | 62 |
| Binary | 10101 | 1010011 | 11101001 | 1011011 | 1000000 | 0 | 1001 | 11011110 | 1010011 | 110010 |
Color Harmonies of #1553E9
Complementary color
Monochromatic Colors of #1553E9
Black with #1553E9
Text Example
Text Example
White with #1553E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1553E9; }
p { color: rgb(21,83,233); }
H1.HeaderClassName
{
color: #1553E9;
}
.AnyTagClassName
{
color: #1553E9;
}
</style>
background-color css
<style>
a { background-color: #1553E9; }
a { background-color: rgb(21,83,233); }
div.DivClassName
{
background-color: #1553E9;
}
.BgClassName
{
background-color: #1553E9;
}
</style>
border-color css
<style>
span { border-color: #1553E9; }
span { border-color: rgb(21,83,233); }
td.TdClassName
{
border-color: #1553E9;
}
.TagClassName
{
border-color: #1553E9;
}
</style>