Shades of Navy Blue #155BEB
Tints of Navy Blue #155BEB
RGB
CMYK
RGB Variations
Color information
#155BEB (or 0x155BEB) is known color: Navy Blue. HEX triplet: 15, 5B and EB. RGB value is (21,91,235). Sum of RGB (Red+Green+Blue) = 21+91+235=347 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.05% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 235 (92.19% from 255 or 67.72% from 347); Max value from RGB is 235 - color contains mainly: blue. Hex color #155BEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155BEB is #EAA414. Grayscale: #555555. Windows color (decimal): -15377429 or 15424277. OLE color: 15424277.
HSL color Cylindrical-coordinate representation of color #155BEB: hue angle of 220.37º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155BEB is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 91 | 235 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.08 |
| HSL | 220.37º | 0.84% | 0.5% | - |
| HSV(B) | 220.37º | 0.91% | 0.92% | - |
| XYZ | 19.05 | 13.64 | 80.23 | - |
| YUV | 86.49 | 211.81 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 235 | 0.91 | 0.61 | 0 | 0.08 | 220.37 | 0.84 | 0.5 |
| Hex | 15 | 5B | EB | 5B | 3D | 0 | 8 | DC | 54 | 32 |
| Octal | 25 | 133 | 353 | 133 | 75 | 0 | 10 | 334 | 124 | 62 |
| Binary | 10101 | 1011011 | 11101011 | 1011011 | 111101 | 0 | 1000 | 11011100 | 1010100 | 110010 |
Color Harmonies of #155BEB
Complementary color
Monochromatic Colors of #155BEB
Black with #155BEB
Text Example
Text Example
White with #155BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155BEB; }
p { color: rgb(21,91,235); }
H1.HeaderClassName
{
color: #155BEB;
}
.AnyTagClassName
{
color: #155BEB;
}
</style>
background-color css
<style>
a { background-color: #155BEB; }
a { background-color: rgb(21,91,235); }
div.DivClassName
{
background-color: #155BEB;
}
.BgClassName
{
background-color: #155BEB;
}
</style>
border-color css
<style>
span { border-color: #155BEB; }
span { border-color: rgb(21,91,235); }
td.TdClassName
{
border-color: #155BEB;
}
.TagClassName
{
border-color: #155BEB;
}
</style>