Shades of Navy Blue #1553F0
Tints of Navy Blue #1553F0
RGB
CMYK
RGB Variations
Color information
#1553F0 (or 0x1553F0) is known color: Navy Blue. HEX triplet: 15, 53 and F0. RGB value is (21,83,240). Sum of RGB (Red+Green+Blue) = 21+83+240=344 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.10% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 240 (94.14% from 255 or 69.77% from 344); Max value from RGB is 240 - color contains mainly: blue. Hex color #1553F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1553F0 is #EAAC0F. Grayscale: #515151. Windows color (decimal): -15379472 or 15749909. OLE color: 15749909.
HSL color Cylindrical-coordinate representation of color #1553F0: hue angle of 223.01º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1553F0 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 83 | 240 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.06 |
| HSL | 223.01º | 0.88% | 0.51% | - |
| HSV(B) | 223.01º | 0.91% | 0.94% | - |
| XYZ | 19.13 | 12.64 | 83.87 | - |
| YUV | 82.36 | 216.96 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 83 | 240 | 0.91 | 0.65 | 0 | 0.06 | 223.01 | 0.88 | 0.51 |
| Hex | 15 | 53 | F0 | 5B | 41 | 0 | 6 | DF | 58 | 33 |
| Octal | 25 | 123 | 360 | 133 | 101 | 0 | 6 | 337 | 130 | 63 |
| Binary | 10101 | 1010011 | 11110000 | 1011011 | 1000001 | 0 | 110 | 11011111 | 1011000 | 110011 |
Color Harmonies of #1553F0
Complementary color
Monochromatic Colors of #1553F0
Black with #1553F0
Text Example
Text Example
White with #1553F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1553F0; }
p { color: rgb(21,83,240); }
H1.HeaderClassName
{
color: #1553F0;
}
.AnyTagClassName
{
color: #1553F0;
}
</style>
background-color css
<style>
a { background-color: #1553F0; }
a { background-color: rgb(21,83,240); }
div.DivClassName
{
background-color: #1553F0;
}
.BgClassName
{
background-color: #1553F0;
}
</style>
border-color css
<style>
span { border-color: #1553F0; }
span { border-color: rgb(21,83,240); }
td.TdClassName
{
border-color: #1553F0;
}
.TagClassName
{
border-color: #1553F0;
}
</style>