Shades of Regal Blue #15405A
Tints of Regal Blue #15405A
RGB
CMYK
RGB Variations
Color information
#15405A (or 0x15405A) is known color: Regal Blue. HEX triplet: 15, 40 and 5A. RGB value is (21,64,90). Sum of RGB (Red+Green+Blue) = 21+64+90=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 90 (35.55% from 255 or 51.43% from 175); Max value from RGB is 90 - color contains mainly: blue. Hex color #15405A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15405A is #EABFA5. Grayscale: #353535. Windows color (decimal): -15384486 or 5914645. OLE color: 5914645.
HSL color Cylindrical-coordinate representation of color #15405A: hue angle of 202.61º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15405A is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 64 | 90 | - |
| CMYK | 0.77 | 0.29 | 0 | 0.65 |
| HSL | 202.61º | 0.62% | 0.22% | - |
| HSV(B) | 202.61º | 0.77% | 0.35% | - |
| XYZ | 3.99 | 4.56 | 10.34 | - |
| YUV | 54.11 | 148.25 | 104.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 64 | 90 | 0.77 | 0.29 | 0 | 0.65 | 202.61 | 0.62 | 0.22 |
| Hex | 15 | 40 | 5A | 4D | 1D | 0 | 41 | CB | 3E | 16 |
| Octal | 25 | 100 | 132 | 115 | 35 | 0 | 101 | 313 | 76 | 26 |
| Binary | 10101 | 1000000 | 1011010 | 1001101 | 11101 | 0 | 1000001 | 11001011 | 111110 | 10110 |
Color Harmonies of #15405A
Complementary color
Monochromatic Colors of #15405A
Black with #15405A
Text Example
Text Example
White with #15405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15405A; }
p { color: rgb(21,64,90); }
H1.HeaderClassName
{
color: #15405A;
}
.AnyTagClassName
{
color: #15405A;
}
</style>
background-color css
<style>
a { background-color: #15405A; }
a { background-color: rgb(21,64,90); }
div.DivClassName
{
background-color: #15405A;
}
.BgClassName
{
background-color: #15405A;
}
</style>
border-color css
<style>
span { border-color: #15405A; }
span { border-color: rgb(21,64,90); }
td.TdClassName
{
border-color: #15405A;
}
.TagClassName
{
border-color: #15405A;
}
</style>