Shades of Navy Blue #156CEB
Tints of Navy Blue #156CEB
RGB
CMYK
RGB Variations
Color information
#156CEB (or 0x156CEB) is known color: Navy Blue. HEX triplet: 15, 6C and EB. RGB value is (21,108,235). Sum of RGB (Red+Green+Blue) = 21+108+235=364 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.77% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 235 (92.19% from 255 or 64.56% from 364); Max value from RGB is 235 - color contains mainly: blue. Hex color #156CEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156CEB is #EA9314. Grayscale: #5F5F5F. Windows color (decimal): -15373077 or 15428629. OLE color: 15428629.
HSL color Cylindrical-coordinate representation of color #156CEB: hue angle of 215.61º 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 #156CEB is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 108 | 235 | - |
| CMYK | 0.91 | 0.54 | 0 | 0.08 |
| HSL | 215.61º | 0.84% | 0.5% | - |
| HSV(B) | 215.61º | 0.91% | 0.92% | - |
| XYZ | 20.67 | 16.88 | 80.77 | - |
| YUV | 96.47 | 206.18 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 108 | 235 | 0.91 | 0.54 | 0 | 0.08 | 215.61 | 0.84 | 0.5 |
| Hex | 15 | 6C | EB | 5B | 36 | 0 | 8 | D8 | 54 | 32 |
| Octal | 25 | 154 | 353 | 133 | 66 | 0 | 10 | 330 | 124 | 62 |
| Binary | 10101 | 1101100 | 11101011 | 1011011 | 110110 | 0 | 1000 | 11011000 | 1010100 | 110010 |
Color Harmonies of #156CEB
Complementary color
Monochromatic Colors of #156CEB
Black with #156CEB
Text Example
Text Example
White with #156CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156CEB; }
p { color: rgb(21,108,235); }
H1.HeaderClassName
{
color: #156CEB;
}
.AnyTagClassName
{
color: #156CEB;
}
</style>
background-color css
<style>
a { background-color: #156CEB; }
a { background-color: rgb(21,108,235); }
div.DivClassName
{
background-color: #156CEB;
}
.BgClassName
{
background-color: #156CEB;
}
</style>
border-color css
<style>
span { border-color: #156CEB; }
span { border-color: rgb(21,108,235); }
td.TdClassName
{
border-color: #156CEB;
}
.TagClassName
{
border-color: #156CEB;
}
</style>