Shades of Regal Blue #15405E
Tints of Regal Blue #15405E
RGB
CMYK
RGB Variations
Color information
#15405E (or 0x15405E) is known color: Regal Blue. HEX triplet: 15, 40 and 5E. RGB value is (21,64,94). Sum of RGB (Red+Green+Blue) = 21+64+94=179 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.73% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 94 (37.11% from 255 or 52.51% from 179); Max value from RGB is 94 - color contains mainly: blue. Hex color #15405E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15405E is #EABFA1. Grayscale: #363636. Windows color (decimal): -15384482 or 6176789. OLE color: 6176789.
HSL color Cylindrical-coordinate representation of color #15405E: hue angle of 204.66º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15405E is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 64 | 94 | - |
| CMYK | 0.78 | 0.32 | 0 | 0.63 |
| HSL | 204.66º | 0.63% | 0.23% | - |
| HSV(B) | 204.66º | 0.78% | 0.37% | - |
| XYZ | 4.16 | 4.63 | 11.26 | - |
| YUV | 54.56 | 150.25 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 64 | 94 | 0.78 | 0.32 | 0 | 0.63 | 204.66 | 0.63 | 0.23 |
| Hex | 15 | 40 | 5E | 4E | 20 | 0 | 3F | CD | 3F | 17 |
| Octal | 25 | 100 | 136 | 116 | 40 | 0 | 77 | 315 | 77 | 27 |
| Binary | 10101 | 1000000 | 1011110 | 1001110 | 100000 | 0 | 111111 | 11001101 | 111111 | 10111 |
Color Harmonies of #15405E
Complementary color
Monochromatic Colors of #15405E
Black with #15405E
Text Example
Text Example
White with #15405E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15405E; }
p { color: rgb(21,64,94); }
H1.HeaderClassName
{
color: #15405E;
}
.AnyTagClassName
{
color: #15405E;
}
</style>
background-color css
<style>
a { background-color: #15405E; }
a { background-color: rgb(21,64,94); }
div.DivClassName
{
background-color: #15405E;
}
.BgClassName
{
background-color: #15405E;
}
</style>
border-color css
<style>
span { border-color: #15405E; }
span { border-color: rgb(21,64,94); }
td.TdClassName
{
border-color: #15405E;
}
.TagClassName
{
border-color: #15405E;
}
</style>