Shades of Navy Blue #156DE3
Tints of Navy Blue #156DE3
RGB
CMYK
RGB Variations
Color information
#156DE3 (or 0x156DE3) is known color: Navy Blue. HEX triplet: 15, 6D and E3. RGB value is (21,109,227). Sum of RGB (Red+Green+Blue) = 21+109+227=357 (47% of max value = 765). Red value is 21 (8.59% from 255 or 5.88% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 227 (89.06% from 255 or 63.59% from 357); Max value from RGB is 227 - color contains mainly: blue. Hex color #156DE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #156DE3 is #EA921C. Grayscale: #5F5F5F. Windows color (decimal): -15372829 or 14904597. OLE color: 14904597.
HSL color Cylindrical-coordinate representation of color #156DE3: hue angle of 214.37º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #156DE3 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 21 | 109 | 227 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.11 |
| HSL | 214.37º | 0.83% | 0.49% | - |
| HSV(B) | 214.37º | 0.91% | 0.89% | - |
| XYZ | 19.64 | 16.64 | 74.85 | - |
| YUV | 96.14 | 201.85 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 109 | 227 | 0.91 | 0.52 | 0 | 0.11 | 214.37 | 0.83 | 0.49 |
| Hex | 15 | 6D | E3 | 5B | 34 | 0 | B | D6 | 53 | 31 |
| Octal | 25 | 155 | 343 | 133 | 64 | 0 | 13 | 326 | 123 | 61 |
| Binary | 10101 | 1101101 | 11100011 | 1011011 | 110100 | 0 | 1011 | 11010110 | 1010011 | 110001 |
Color Harmonies of #156DE3
Complementary color
Monochromatic Colors of #156DE3
Black with #156DE3
Text Example
Text Example
White with #156DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156DE3; }
p { color: rgb(21,109,227); }
H1.HeaderClassName
{
color: #156DE3;
}
.AnyTagClassName
{
color: #156DE3;
}
</style>
background-color css
<style>
a { background-color: #156DE3; }
a { background-color: rgb(21,109,227); }
div.DivClassName
{
background-color: #156DE3;
}
.BgClassName
{
background-color: #156DE3;
}
</style>
border-color css
<style>
span { border-color: #156DE3; }
span { border-color: rgb(21,109,227); }
td.TdClassName
{
border-color: #156DE3;
}
.TagClassName
{
border-color: #156DE3;
}
</style>