Shades of Navy Blue #155EF0
Tints of Navy Blue #155EF0
RGB
CMYK
RGB Variations
Color information
#155EF0 (or 0x155EF0) is known color: Navy Blue. HEX triplet: 15, 5E and F0. RGB value is (21,94,240). Sum of RGB (Red+Green+Blue) = 21+94+240=355 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.92% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 240 (94.14% from 255 or 67.61% from 355); Max value from RGB is 240 - color contains mainly: blue. Hex color #155EF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155EF0 is #EAA10F. Grayscale: #585858. Windows color (decimal): -15376656 or 15752725. OLE color: 15752725.
HSL color Cylindrical-coordinate representation of color #155EF0: hue angle of 220º 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 #155EF0 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 21 | 94 | 240 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.06 |
| HSL | 220º | 0.88% | 0.51% | - |
| HSV(B) | 220º | 0.91% | 0.94% | - |
| XYZ | 20.04 | 14.46 | 84.17 | - |
| YUV | 88.82 | 213.32 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 94 | 240 | 0.91 | 0.61 | 0 | 0.06 | 220 | 0.88 | 0.51 |
| Hex | 15 | 5E | F0 | 5B | 3D | 0 | 6 | DC | 58 | 33 |
| Octal | 25 | 136 | 360 | 133 | 75 | 0 | 6 | 334 | 130 | 63 |
| Binary | 10101 | 1011110 | 11110000 | 1011011 | 111101 | 0 | 110 | 11011100 | 1011000 | 110011 |
Color Harmonies of #155EF0
Complementary color
Monochromatic Colors of #155EF0
Black with #155EF0
Text Example
Text Example
White with #155EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155EF0; }
p { color: rgb(21,94,240); }
H1.HeaderClassName
{
color: #155EF0;
}
.AnyTagClassName
{
color: #155EF0;
}
</style>
background-color css
<style>
a { background-color: #155EF0; }
a { background-color: rgb(21,94,240); }
div.DivClassName
{
background-color: #155EF0;
}
.BgClassName
{
background-color: #155EF0;
}
</style>
border-color css
<style>
span { border-color: #155EF0; }
span { border-color: rgb(21,94,240); }
td.TdClassName
{
border-color: #155EF0;
}
.TagClassName
{
border-color: #155EF0;
}
</style>