Shades of Navy Blue #155BE9
Tints of Navy Blue #155BE9
RGB
CMYK
RGB Variations
Color information
#155BE9 (or 0x155BE9) is known color: Navy Blue. HEX triplet: 15, 5B and E9. RGB value is (21,91,233). Sum of RGB (Red+Green+Blue) = 21+91+233=345 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.09% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 233 (91.41% from 255 or 67.54% from 345); Max value from RGB is 233 - color contains mainly: blue. Hex color #155BE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155BE9 is #EAA416. Grayscale: #555555. Windows color (decimal): -15377431 or 15293205. OLE color: 15293205.
HSL color Cylindrical-coordinate representation of color #155BE9: hue angle of 220.19º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155BE9 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 91 | 233 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.09 |
| HSL | 220.19º | 0.83% | 0.5% | - |
| HSV(B) | 220.19º | 0.91% | 0.91% | - |
| XYZ | 18.76 | 13.52 | 78.71 | - |
| YUV | 86.26 | 210.81 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 233 | 0.91 | 0.61 | 0 | 0.09 | 220.19 | 0.83 | 0.5 |
| Hex | 15 | 5B | E9 | 5B | 3D | 0 | 9 | DC | 53 | 32 |
| Octal | 25 | 133 | 351 | 133 | 75 | 0 | 11 | 334 | 123 | 62 |
| Binary | 10101 | 1011011 | 11101001 | 1011011 | 111101 | 0 | 1001 | 11011100 | 1010011 | 110010 |
Color Harmonies of #155BE9
Complementary color
Monochromatic Colors of #155BE9
Black with #155BE9
Text Example
Text Example
White with #155BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155BE9; }
p { color: rgb(21,91,233); }
H1.HeaderClassName
{
color: #155BE9;
}
.AnyTagClassName
{
color: #155BE9;
}
</style>
background-color css
<style>
a { background-color: #155BE9; }
a { background-color: rgb(21,91,233); }
div.DivClassName
{
background-color: #155BE9;
}
.BgClassName
{
background-color: #155BE9;
}
</style>
border-color css
<style>
span { border-color: #155BE9; }
span { border-color: rgb(21,91,233); }
td.TdClassName
{
border-color: #155BE9;
}
.TagClassName
{
border-color: #155BE9;
}
</style>