Shades of Navy Blue #156EE6
Tints of Navy Blue #156EE6
RGB
CMYK
RGB Variations
Color information
#156EE6 (or 0x156EE6) is known color: Navy Blue. HEX triplet: 15, 6E and E6. RGB value is (21,110,230). Sum of RGB (Red+Green+Blue) = 21+110+230=361 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.82% from 361); Green value is 110 (43.36% from 255 or 30.47% from 361); Blue value is 230 (90.23% from 255 or 63.71% from 361); Max value from RGB is 230 - color contains mainly: blue. Hex color #156EE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #156EE6 is #EA9119. Grayscale: #606060. Windows color (decimal): -15372570 or 15101461. OLE color: 15101461.
HSL color Cylindrical-coordinate representation of color #156EE6: hue angle of 214.45º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #156EE6 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 21 | 110 | 230 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.10 |
| HSL | 214.45º | 0.83% | 0.49% | - |
| HSV(B) | 214.45º | 0.91% | 0.9% | - |
| XYZ | 20.17 | 17.02 | 77.09 | - |
| YUV | 97.07 | 203.01 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 110 | 230 | 0.91 | 0.52 | 0 | 0.10 | 214.45 | 0.83 | 0.49 |
| Hex | 15 | 6E | E6 | 5B | 34 | 0 | A | D6 | 53 | 31 |
| Octal | 25 | 156 | 346 | 133 | 64 | 0 | 12 | 326 | 123 | 61 |
| Binary | 10101 | 1101110 | 11100110 | 1011011 | 110100 | 0 | 1010 | 11010110 | 1010011 | 110001 |
Color Harmonies of #156EE6
Complementary color
Monochromatic Colors of #156EE6
Black with #156EE6
Text Example
Text Example
White with #156EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156EE6; }
p { color: rgb(21,110,230); }
H1.HeaderClassName
{
color: #156EE6;
}
.AnyTagClassName
{
color: #156EE6;
}
</style>
background-color css
<style>
a { background-color: #156EE6; }
a { background-color: rgb(21,110,230); }
div.DivClassName
{
background-color: #156EE6;
}
.BgClassName
{
background-color: #156EE6;
}
</style>
border-color css
<style>
span { border-color: #156EE6; }
span { border-color: rgb(21,110,230); }
td.TdClassName
{
border-color: #156EE6;
}
.TagClassName
{
border-color: #156EE6;
}
</style>