Shades of Navy Blue #156EEA
Tints of Navy Blue #156EEA
RGB
CMYK
RGB Variations
Color information
#156EEA (or 0x156EEA) is known color: Navy Blue. HEX triplet: 15, 6E and EA. RGB value is (21,110,234). Sum of RGB (Red+Green+Blue) = 21+110+234=365 (48% of max value = 765). Red value is 21 (8.59% from 255 or 5.75% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #156EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156EEA is #EA9115. Grayscale: #606060. Windows color (decimal): -15372566 or 15363605. OLE color: 15363605.
HSL color Cylindrical-coordinate representation of color #156EEA: hue angle of 214.93º 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 #156EEA is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 21 | 110 | 234 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.08 |
| HSL | 214.93º | 0.84% | 0.5% | - |
| HSV(B) | 214.93º | 0.91% | 0.92% | - |
| XYZ | 20.74 | 17.25 | 80.08 | - |
| YUV | 97.53 | 205.01 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 110 | 234 | 0.91 | 0.53 | 0 | 0.08 | 214.93 | 0.84 | 0.5 |
| Hex | 15 | 6E | EA | 5B | 35 | 0 | 8 | D7 | 54 | 32 |
| Octal | 25 | 156 | 352 | 133 | 65 | 0 | 10 | 327 | 124 | 62 |
| Binary | 10101 | 1101110 | 11101010 | 1011011 | 110101 | 0 | 1000 | 11010111 | 1010100 | 110010 |
Color Harmonies of #156EEA
Complementary color
Monochromatic Colors of #156EEA
Black with #156EEA
Text Example
Text Example
White with #156EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156EEA; }
p { color: rgb(21,110,234); }
H1.HeaderClassName
{
color: #156EEA;
}
.AnyTagClassName
{
color: #156EEA;
}
</style>
background-color css
<style>
a { background-color: #156EEA; }
a { background-color: rgb(21,110,234); }
div.DivClassName
{
background-color: #156EEA;
}
.BgClassName
{
background-color: #156EEA;
}
</style>
border-color css
<style>
span { border-color: #156EEA; }
span { border-color: rgb(21,110,234); }
td.TdClassName
{
border-color: #156EEA;
}
.TagClassName
{
border-color: #156EEA;
}
</style>