Shades of Navy Blue #1550F0
Tints of Navy Blue #1550F0
RGB
CMYK
RGB Variations
Color information
#1550F0 (or 0x1550F0) is known color: Navy Blue. HEX triplet: 15, 50 and F0. RGB value is (21,80,240). Sum of RGB (Red+Green+Blue) = 21+80+240=341 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.16% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 240 (94.14% from 255 or 70.38% from 341); Max value from RGB is 240 - color contains mainly: blue. Hex color #1550F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1550F0 is #EAAF0F. Grayscale: #4F4F4F. Windows color (decimal): -15380240 or 15749141. OLE color: 15749141.
HSL color Cylindrical-coordinate representation of color #1550F0: hue angle of 223.84º 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 #1550F0 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 80 | 240 | - |
| CMYK | 0.91 | 0.67 | 0 | 0.06 |
| HSL | 223.84º | 0.88% | 0.51% | - |
| HSV(B) | 223.84º | 0.91% | 0.94% | - |
| XYZ | 18.91 | 12.19 | 83.79 | - |
| YUV | 80.6 | 217.95 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 80 | 240 | 0.91 | 0.67 | 0 | 0.06 | 223.84 | 0.88 | 0.51 |
| Hex | 15 | 50 | F0 | 5B | 43 | 0 | 6 | E0 | 58 | 33 |
| Octal | 25 | 120 | 360 | 133 | 103 | 0 | 6 | 340 | 130 | 63 |
| Binary | 10101 | 1010000 | 11110000 | 1011011 | 1000011 | 0 | 110 | 11100000 | 1011000 | 110011 |
Color Harmonies of #1550F0
Complementary color
Monochromatic Colors of #1550F0
Black with #1550F0
Text Example
Text Example
White with #1550F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1550F0; }
p { color: rgb(21,80,240); }
H1.HeaderClassName
{
color: #1550F0;
}
.AnyTagClassName
{
color: #1550F0;
}
</style>
background-color css
<style>
a { background-color: #1550F0; }
a { background-color: rgb(21,80,240); }
div.DivClassName
{
background-color: #1550F0;
}
.BgClassName
{
background-color: #1550F0;
}
</style>
border-color css
<style>
span { border-color: #1550F0; }
span { border-color: rgb(21,80,240); }
td.TdClassName
{
border-color: #1550F0;
}
.TagClassName
{
border-color: #1550F0;
}
</style>