Shades of Navy Blue #155BEE
Tints of Navy Blue #155BEE
RGB
CMYK
RGB Variations
Color information
#155BEE (or 0x155BEE) is known color: Navy Blue. HEX triplet: 15, 5B and EE. RGB value is (21,91,238). Sum of RGB (Red+Green+Blue) = 21+91+238=350 (46% of max value = 765). Red value is 21 (8.59% from 255 or 6% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 238 (93.36% from 255 or 68% from 350); Max value from RGB is 238 - color contains mainly: blue. Hex color #155BEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #155BEE is #EAA411. Grayscale: #565656. Windows color (decimal): -15377426 or 15620885. OLE color: 15620885.
HSL color Cylindrical-coordinate representation of color #155BEE: hue angle of 220.65º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #155BEE is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 21 | 91 | 238 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.07 |
| HSL | 220.65º | 0.86% | 0.51% | - |
| HSV(B) | 220.65º | 0.91% | 0.93% | - |
| XYZ | 19.48 | 13.81 | 82.53 | - |
| YUV | 86.83 | 213.31 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 91 | 238 | 0.91 | 0.62 | 0 | 0.07 | 220.65 | 0.86 | 0.51 |
| Hex | 15 | 5B | EE | 5B | 3E | 0 | 7 | DD | 56 | 33 |
| Octal | 25 | 133 | 356 | 133 | 76 | 0 | 7 | 335 | 126 | 63 |
| Binary | 10101 | 1011011 | 11101110 | 1011011 | 111110 | 0 | 111 | 11011101 | 1010110 | 110011 |
Color Harmonies of #155BEE
Complementary color
Monochromatic Colors of #155BEE
Black with #155BEE
Text Example
Text Example
White with #155BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #155BEE; }
p { color: rgb(21,91,238); }
H1.HeaderClassName
{
color: #155BEE;
}
.AnyTagClassName
{
color: #155BEE;
}
</style>
background-color css
<style>
a { background-color: #155BEE; }
a { background-color: rgb(21,91,238); }
div.DivClassName
{
background-color: #155BEE;
}
.BgClassName
{
background-color: #155BEE;
}
</style>
border-color css
<style>
span { border-color: #155BEE; }
span { border-color: rgb(21,91,238); }
td.TdClassName
{
border-color: #155BEE;
}
.TagClassName
{
border-color: #155BEE;
}
</style>