Shades of Navy Blue #1553EB
Tints of Navy Blue #1553EB
RGB
CMYK
RGB Variations
Color information
#1553EB (or 0x1553EB) is known color: Navy Blue. HEX triplet: 15, 53 and EB. RGB value is (21,83,235). Sum of RGB (Red+Green+Blue) = 21+83+235=339 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.19% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 235 (92.19% from 255 or 69.32% from 339); Max value from RGB is 235 - color contains mainly: blue. Hex color #1553EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1553EB is #EAAC14. Grayscale: #515151. Windows color (decimal): -15379477 or 15422229. OLE color: 15422229.
HSL color Cylindrical-coordinate representation of color #1553EB: hue angle of 222.62º 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 #1553EB is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 83 | 235 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.08 |
| HSL | 222.62º | 0.84% | 0.5% | - |
| HSV(B) | 222.62º | 0.91% | 0.92% | - |
| XYZ | 18.4 | 12.34 | 80.01 | - |
| YUV | 81.79 | 214.46 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 235 | 0.91 | 0.65 | 0 | 0.08 | 222.62 | 0.84 | 0.5 |
| Hex | 15 | 53 | EB | 5B | 41 | 0 | 8 | DF | 54 | 32 |
| Octal | 25 | 123 | 353 | 133 | 101 | 0 | 10 | 337 | 124 | 62 |
| Binary | 10101 | 1010011 | 11101011 | 1011011 | 1000001 | 0 | 1000 | 11011111 | 1010100 | 110010 |
Color Harmonies of #1553EB
Complementary color
Monochromatic Colors of #1553EB
Black with #1553EB
Text Example
Text Example
White with #1553EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1553EB; }
p { color: rgb(21,83,235); }
H1.HeaderClassName
{
color: #1553EB;
}
.AnyTagClassName
{
color: #1553EB;
}
</style>
background-color css
<style>
a { background-color: #1553EB; }
a { background-color: rgb(21,83,235); }
div.DivClassName
{
background-color: #1553EB;
}
.BgClassName
{
background-color: #1553EB;
}
</style>
border-color css
<style>
span { border-color: #1553EB; }
span { border-color: rgb(21,83,235); }
td.TdClassName
{
border-color: #1553EB;
}
.TagClassName
{
border-color: #1553EB;
}
</style>