Shades of Navy Blue #156FEA
Tints of Navy Blue #156FEA
RGB
CMYK
RGB Variations
Color information
#156FEA (or 0x156FEA) is known color: Navy Blue. HEX triplet: 15, 6F and EA. RGB value is (21,111,234). Sum of RGB (Red+Green+Blue) = 21+111+234=366 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.74% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 234 (91.80% from 255 or 63.93% from 366); Max value from RGB is 234 - color contains mainly: blue. Hex color #156FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156FEA is #EA9015. Grayscale: #616161. Windows color (decimal): -15372310 or 15363861. OLE color: 15363861.
HSL color Cylindrical-coordinate representation of color #156FEA: hue angle of 214.65º 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 #156FEA is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 111 | 234 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.08 |
| HSL | 214.65º | 0.84% | 0.5% | - |
| HSV(B) | 214.65º | 0.91% | 0.92% | - |
| XYZ | 20.84 | 17.47 | 80.12 | - |
| YUV | 98.11 | 204.68 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 111 | 234 | 0.91 | 0.53 | 0 | 0.08 | 214.65 | 0.84 | 0.5 |
| Hex | 15 | 6F | EA | 5B | 35 | 0 | 8 | D7 | 54 | 32 |
| Octal | 25 | 157 | 352 | 133 | 65 | 0 | 10 | 327 | 124 | 62 |
| Binary | 10101 | 1101111 | 11101010 | 1011011 | 110101 | 0 | 1000 | 11010111 | 1010100 | 110010 |
Color Harmonies of #156FEA
Complementary color
Monochromatic Colors of #156FEA
Black with #156FEA
Text Example
Text Example
White with #156FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156FEA; }
p { color: rgb(21,111,234); }
H1.HeaderClassName
{
color: #156FEA;
}
.AnyTagClassName
{
color: #156FEA;
}
</style>
background-color css
<style>
a { background-color: #156FEA; }
a { background-color: rgb(21,111,234); }
div.DivClassName
{
background-color: #156FEA;
}
.BgClassName
{
background-color: #156FEA;
}
</style>
border-color css
<style>
span { border-color: #156FEA; }
span { border-color: rgb(21,111,234); }
td.TdClassName
{
border-color: #156FEA;
}
.TagClassName
{
border-color: #156FEA;
}
</style>