Shades of Navy Blue #156FE2
Tints of Navy Blue #156FE2
RGB
CMYK
RGB Variations
Color information
#156FE2 (or 0x156FE2) is known color: Navy Blue. HEX triplet: 15, 6F and E2. RGB value is (21,111,226). Sum of RGB (Red+Green+Blue) = 21+111+226=358 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.87% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 226 (88.67% from 255 or 63.13% from 358); Max value from RGB is 226 - color contains mainly: blue. Hex color #156FE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156FE2 is #EA901D. Grayscale: #606060. Windows color (decimal): -15372318 or 14839573. OLE color: 14839573.
HSL color Cylindrical-coordinate representation of color #156FE2: hue angle of 213.66º 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 #156FE2 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 21 | 111 | 226 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.11 |
| HSL | 213.66º | 0.83% | 0.48% | - |
| HSV(B) | 213.66º | 0.91% | 0.89% | - |
| XYZ | 19.72 | 17.02 | 74.2 | - |
| YUV | 97.2 | 200.68 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 111 | 226 | 0.91 | 0.51 | 0 | 0.11 | 213.66 | 0.83 | 0.48 |
| Hex | 15 | 6F | E2 | 5B | 33 | 0 | B | D6 | 53 | 30 |
| Octal | 25 | 157 | 342 | 133 | 63 | 0 | 13 | 326 | 123 | 60 |
| Binary | 10101 | 1101111 | 11100010 | 1011011 | 110011 | 0 | 1011 | 11010110 | 1010011 | 110000 |
Color Harmonies of #156FE2
Complementary color
Monochromatic Colors of #156FE2
Black with #156FE2
Text Example
Text Example
White with #156FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156FE2; }
p { color: rgb(21,111,226); }
H1.HeaderClassName
{
color: #156FE2;
}
.AnyTagClassName
{
color: #156FE2;
}
</style>
background-color css
<style>
a { background-color: #156FE2; }
a { background-color: rgb(21,111,226); }
div.DivClassName
{
background-color: #156FE2;
}
.BgClassName
{
background-color: #156FE2;
}
</style>
border-color css
<style>
span { border-color: #156FE2; }
span { border-color: rgb(21,111,226); }
td.TdClassName
{
border-color: #156FE2;
}
.TagClassName
{
border-color: #156FE2;
}
</style>