Shades of Navy Blue #1555F0
Tints of Navy Blue #1555F0
RGB
CMYK
RGB Variations
Color information
#1555F0 (or 0x1555F0) is known color: Navy Blue. HEX triplet: 15, 55 and F0. RGB value is (21,85,240). Sum of RGB (Red+Green+Blue) = 21+85+240=346 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.07% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 240 (94.14% from 255 or 69.36% from 346); Max value from RGB is 240 - color contains mainly: blue. Hex color #1555F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1555F0 is #EAAA0F. Grayscale: #525252. Windows color (decimal): -15378960 or 15750421. OLE color: 15750421.
HSL color Cylindrical-coordinate representation of color #1555F0: hue angle of 222.47º 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 #1555F0 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 85 | 240 | - |
| CMYK | 0.91 | 0.65 | 0 | 0.06 |
| HSL | 222.47º | 0.88% | 0.51% | - |
| HSV(B) | 222.47º | 0.91% | 0.94% | - |
| XYZ | 19.29 | 12.95 | 83.92 | - |
| YUV | 83.53 | 216.3 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 85 | 240 | 0.91 | 0.65 | 0 | 0.06 | 222.47 | 0.88 | 0.51 |
| Hex | 15 | 55 | F0 | 5B | 41 | 0 | 6 | DE | 58 | 33 |
| Octal | 25 | 125 | 360 | 133 | 101 | 0 | 6 | 336 | 130 | 63 |
| Binary | 10101 | 1010101 | 11110000 | 1011011 | 1000001 | 0 | 110 | 11011110 | 1011000 | 110011 |
Color Harmonies of #1555F0
Complementary color
Monochromatic Colors of #1555F0
Black with #1555F0
Text Example
Text Example
White with #1555F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1555F0; }
p { color: rgb(21,85,240); }
H1.HeaderClassName
{
color: #1555F0;
}
.AnyTagClassName
{
color: #1555F0;
}
</style>
background-color css
<style>
a { background-color: #1555F0; }
a { background-color: rgb(21,85,240); }
div.DivClassName
{
background-color: #1555F0;
}
.BgClassName
{
background-color: #1555F0;
}
</style>
border-color css
<style>
span { border-color: #1555F0; }
span { border-color: rgb(21,85,240); }
td.TdClassName
{
border-color: #1555F0;
}
.TagClassName
{
border-color: #1555F0;
}
</style>