Shades of Navy Blue #156EE9
Tints of Navy Blue #156EE9
RGB
CMYK
RGB Variations
Color information
#156EE9 (or 0x156EE9) is known color: Navy Blue. HEX triplet: 15, 6E and E9. RGB value is (21,110,233). Sum of RGB (Red+Green+Blue) = 21+110+233=364 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.77% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 233 (91.41% from 255 or 64.01% from 364); Max value from RGB is 233 - color contains mainly: blue. Hex color #156EE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156EE9 is #EA9116. Grayscale: #606060. Windows color (decimal): -15372567 or 15298069. OLE color: 15298069.
HSL color Cylindrical-coordinate representation of color #156EE9: hue angle of 214.81º 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 #156EE9 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 21 | 110 | 233 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.09 |
| HSL | 214.81º | 0.83% | 0.5% | - |
| HSV(B) | 214.81º | 0.91% | 0.91% | - |
| XYZ | 20.59 | 17.19 | 79.32 | - |
| YUV | 97.41 | 204.51 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 110 | 233 | 0.91 | 0.53 | 0 | 0.09 | 214.81 | 0.83 | 0.5 |
| Hex | 15 | 6E | E9 | 5B | 35 | 0 | 9 | D7 | 53 | 32 |
| Octal | 25 | 156 | 351 | 133 | 65 | 0 | 11 | 327 | 123 | 62 |
| Binary | 10101 | 1101110 | 11101001 | 1011011 | 110101 | 0 | 1001 | 11010111 | 1010011 | 110010 |
Color Harmonies of #156EE9
Complementary color
Monochromatic Colors of #156EE9
Black with #156EE9
Text Example
Text Example
White with #156EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156EE9; }
p { color: rgb(21,110,233); }
H1.HeaderClassName
{
color: #156EE9;
}
.AnyTagClassName
{
color: #156EE9;
}
</style>
background-color css
<style>
a { background-color: #156EE9; }
a { background-color: rgb(21,110,233); }
div.DivClassName
{
background-color: #156EE9;
}
.BgClassName
{
background-color: #156EE9;
}
</style>
border-color css
<style>
span { border-color: #156EE9; }
span { border-color: rgb(21,110,233); }
td.TdClassName
{
border-color: #156EE9;
}
.TagClassName
{
border-color: #156EE9;
}
</style>