Shades of Regal Blue #15395A
Tints of Regal Blue #15395A
RGB
CMYK
RGB Variations
Color information
#15395A (or 0x15395A) is known color: Regal Blue. HEX triplet: 15, 39 and 5A. RGB value is (21,57,90). Sum of RGB (Red+Green+Blue) = 21+57+90=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #15395A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15395A is #EAC6A5. Grayscale: #313131. Windows color (decimal): -15386278 or 5912853. OLE color: 5912853.
HSL color Cylindrical-coordinate representation of color #15395A: hue angle of 208.7º 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 #15395A is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 21 | 57 | 90 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.65 |
| HSL | 208.7º | 0.62% | 0.22% | - |
| HSV(B) | 208.7º | 0.77% | 0.35% | - |
| XYZ | 3.62 | 3.82 | 10.22 | - |
| YUV | 50 | 150.57 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 57 | 90 | 0.77 | 0.37 | 0 | 0.65 | 208.7 | 0.62 | 0.22 |
| Hex | 15 | 39 | 5A | 4D | 25 | 0 | 41 | D1 | 3E | 16 |
| Octal | 25 | 71 | 132 | 115 | 45 | 0 | 101 | 321 | 76 | 26 |
| Binary | 10101 | 111001 | 1011010 | 1001101 | 100101 | 0 | 1000001 | 11010001 | 111110 | 10110 |
Color Harmonies of #15395A
Complementary color
Monochromatic Colors of #15395A
Black with #15395A
Text Example
Text Example
White with #15395A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15395A; }
p { color: rgb(21,57,90); }
H1.HeaderClassName
{
color: #15395A;
}
.AnyTagClassName
{
color: #15395A;
}
</style>
background-color css
<style>
a { background-color: #15395A; }
a { background-color: rgb(21,57,90); }
div.DivClassName
{
background-color: #15395A;
}
.BgClassName
{
background-color: #15395A;
}
</style>
border-color css
<style>
span { border-color: #15395A; }
span { border-color: rgb(21,57,90); }
td.TdClassName
{
border-color: #15395A;
}
.TagClassName
{
border-color: #15395A;
}
</style>