Shades of Regal Blue #15395F
Tints of Regal Blue #15395F
RGB
CMYK
RGB Variations
Color information
#15395F (or 0x15395F) is known color: Regal Blue. HEX triplet: 15, 39 and 5F. RGB value is (21,57,95). Sum of RGB (Red+Green+Blue) = 21+57+95=173 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.14% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 95 (37.5% from 255 or 54.91% from 173); Max value from RGB is 95 - color contains mainly: blue. Hex color #15395F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15395F is #EAC6A0. Grayscale: #323232. Windows color (decimal): -15386273 or 6240533. OLE color: 6240533.
HSL color Cylindrical-coordinate representation of color #15395F: hue angle of 210.81º degrees, saturation: 0.64, 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 #15395F is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 21 | 57 | 95 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.63 |
| HSL | 210.81º | 0.64% | 0.23% | - |
| HSV(B) | 210.81º | 0.78% | 0.37% | - |
| XYZ | 3.84 | 3.91 | 11.38 | - |
| YUV | 50.57 | 153.07 | 106.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 57 | 95 | 0.78 | 0.40 | 0 | 0.63 | 210.81 | 0.64 | 0.23 |
| Hex | 15 | 39 | 5F | 4E | 28 | 0 | 3F | D3 | 40 | 17 |
| Octal | 25 | 71 | 137 | 116 | 50 | 0 | 77 | 323 | 100 | 27 |
| Binary | 10101 | 111001 | 1011111 | 1001110 | 101000 | 0 | 111111 | 11010011 | 1000000 | 10111 |
Color Harmonies of #15395F
Complementary color
Monochromatic Colors of #15395F
Black with #15395F
Text Example
Text Example
White with #15395F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15395F; }
p { color: rgb(21,57,95); }
H1.HeaderClassName
{
color: #15395F;
}
.AnyTagClassName
{
color: #15395F;
}
</style>
background-color css
<style>
a { background-color: #15395F; }
a { background-color: rgb(21,57,95); }
div.DivClassName
{
background-color: #15395F;
}
.BgClassName
{
background-color: #15395F;
}
</style>
border-color css
<style>
span { border-color: #15395F; }
span { border-color: rgb(21,57,95); }
td.TdClassName
{
border-color: #15395F;
}
.TagClassName
{
border-color: #15395F;
}
</style>