Shades of Navy Blue #156EE2
Tints of Navy Blue #156EE2
RGB
CMYK
RGB Variations
Color information
#156EE2 (or 0x156EE2) is known color: Navy Blue. HEX triplet: 15, 6E and E2. RGB value is (21,110,226). Sum of RGB (Red+Green+Blue) = 21+110+226=357 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.88% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 226 (88.67% from 255 or 63.31% from 357); Max value from RGB is 226 - color contains mainly: blue. Hex color #156EE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156EE2 is #EA911D. Grayscale: #606060. Windows color (decimal): -15372574 or 14839317. OLE color: 14839317.
HSL color Cylindrical-coordinate representation of color #156EE2: hue angle of 213.95º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #156EE2 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 21 | 110 | 226 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.11 |
| HSL | 213.95º | 0.83% | 0.48% | - |
| HSV(B) | 213.95º | 0.91% | 0.89% | - |
| XYZ | 19.61 | 16.8 | 74.16 | - |
| YUV | 96.61 | 201.01 | 74.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 110 | 226 | 0.91 | 0.51 | 0 | 0.11 | 213.95 | 0.83 | 0.48 |
| Hex | 15 | 6E | E2 | 5B | 33 | 0 | B | D6 | 53 | 30 |
| Octal | 25 | 156 | 342 | 133 | 63 | 0 | 13 | 326 | 123 | 60 |
| Binary | 10101 | 1101110 | 11100010 | 1011011 | 110011 | 0 | 1011 | 11010110 | 1010011 | 110000 |
Color Harmonies of #156EE2
Complementary color
Monochromatic Colors of #156EE2
Black with #156EE2
Text Example
Text Example
White with #156EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156EE2; }
p { color: rgb(21,110,226); }
H1.HeaderClassName
{
color: #156EE2;
}
.AnyTagClassName
{
color: #156EE2;
}
</style>
background-color css
<style>
a { background-color: #156EE2; }
a { background-color: rgb(21,110,226); }
div.DivClassName
{
background-color: #156EE2;
}
.BgClassName
{
background-color: #156EE2;
}
</style>
border-color css
<style>
span { border-color: #156EE2; }
span { border-color: rgb(21,110,226); }
td.TdClassName
{
border-color: #156EE2;
}
.TagClassName
{
border-color: #156EE2;
}
</style>