Shades of Regal Blue #15355B
Tints of Regal Blue #15355B
RGB
CMYK
RGB Variations
Color information
#15355B (or 0x15355B) is known color: Regal Blue. HEX triplet: 15, 35 and 5B. RGB value is (21,53,91). Sum of RGB (Red+Green+Blue) = 21+53+91=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #15355B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15355B is #EACAA4. Grayscale: #2F2F2F. Windows color (decimal): -15387301 or 5977365. OLE color: 5977365.
HSL color Cylindrical-coordinate representation of color #15355B: hue angle of 212.57º degrees, saturation: 0.62, 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 #15355B is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 53 | 91 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.64 |
| HSL | 212.57º | 0.63% | 0.22% | - |
| HSV(B) | 212.57º | 0.77% | 0.36% | - |
| XYZ | 3.47 | 3.46 | 10.38 | - |
| YUV | 47.76 | 152.4 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 53 | 91 | 0.77 | 0.42 | 0 | 0.64 | 212.57 | 0.63 | 0.22 |
| Hex | 15 | 35 | 5B | 4D | 2A | 0 | 40 | D5 | 3E | 16 |
| Octal | 25 | 65 | 133 | 115 | 52 | 0 | 100 | 325 | 76 | 26 |
| Binary | 10101 | 110101 | 1011011 | 1001101 | 101010 | 0 | 1000000 | 11010101 | 111110 | 10110 |
Color Harmonies of #15355B
Complementary color
Monochromatic Colors of #15355B
Black with #15355B
Text Example
Text Example
White with #15355B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15355B; }
p { color: rgb(21,53,91); }
H1.HeaderClassName
{
color: #15355B;
}
.AnyTagClassName
{
color: #15355B;
}
</style>
background-color css
<style>
a { background-color: #15355B; }
a { background-color: rgb(21,53,91); }
div.DivClassName
{
background-color: #15355B;
}
.BgClassName
{
background-color: #15355B;
}
</style>
border-color css
<style>
span { border-color: #15355B; }
span { border-color: rgb(21,53,91); }
td.TdClassName
{
border-color: #15355B;
}
.TagClassName
{
border-color: #15355B;
}
</style>