Shades of Regal Blue #15385D
Tints of Regal Blue #15385D
RGB
CMYK
RGB Variations
Color information
#15385D (or 0x15385D) is known color: Regal Blue. HEX triplet: 15, 38 and 5D. RGB value is (21,56,93). Sum of RGB (Red+Green+Blue) = 21+56+93=170 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.35% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 93 (36.72% from 255 or 54.71% from 170); Max value from RGB is 93 - color contains mainly: blue. Hex color #15385D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15385D is #EAC7A2. Grayscale: #313131. Windows color (decimal): -15386531 or 6109205. OLE color: 6109205.
HSL color Cylindrical-coordinate representation of color #15385D: hue angle of 210.83º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15385D is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 56 | 93 | - |
| CMYK | 0.77 | 0.40 | 0 | 0.64 |
| HSL | 210.83º | 0.63% | 0.22% | - |
| HSV(B) | 210.83º | 0.77% | 0.36% | - |
| XYZ | 3.7 | 3.78 | 10.89 | - |
| YUV | 49.75 | 152.4 | 107.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 56 | 93 | 0.77 | 0.40 | 0 | 0.64 | 210.83 | 0.63 | 0.22 |
| Hex | 15 | 38 | 5D | 4D | 28 | 0 | 40 | D3 | 3F | 16 |
| Octal | 25 | 70 | 135 | 115 | 50 | 0 | 100 | 323 | 77 | 26 |
| Binary | 10101 | 111000 | 1011101 | 1001101 | 101000 | 0 | 1000000 | 11010011 | 111111 | 10110 |
Color Harmonies of #15385D
Complementary color
Monochromatic Colors of #15385D
Black with #15385D
Text Example
Text Example
White with #15385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15385D; }
p { color: rgb(21,56,93); }
H1.HeaderClassName
{
color: #15385D;
}
.AnyTagClassName
{
color: #15385D;
}
</style>
background-color css
<style>
a { background-color: #15385D; }
a { background-color: rgb(21,56,93); }
div.DivClassName
{
background-color: #15385D;
}
.BgClassName
{
background-color: #15385D;
}
</style>
border-color css
<style>
span { border-color: #15385D; }
span { border-color: rgb(21,56,93); }
td.TdClassName
{
border-color: #15385D;
}
.TagClassName
{
border-color: #15385D;
}
</style>