Shades of Regal Blue #15345C
Tints of Regal Blue #15345C
RGB
CMYK
RGB Variations
Color information
#15345C (or 0x15345C) is known color: Regal Blue. HEX triplet: 15, 34 and 5C. RGB value is (21,52,92). Sum of RGB (Red+Green+Blue) = 21+52+92=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 92 (36.33% from 255 or 55.76% from 165); Max value from RGB is 92 - color contains mainly: blue. Hex color #15345C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15345C is #EACBA3. Grayscale: #2F2F2F. Windows color (decimal): -15387556 or 6042645. OLE color: 6042645.
HSL color Cylindrical-coordinate representation of color #15345C: hue angle of 213.8º 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 #15345C is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 21 | 52 | 92 | - |
| CMYK | 0.77 | 0.43 | 0 | 0.64 |
| HSL | 213.8º | 0.63% | 0.22% | - |
| HSV(B) | 213.8º | 0.77% | 0.36% | - |
| XYZ | 3.47 | 3.39 | 10.6 | - |
| YUV | 47.29 | 153.23 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 52 | 92 | 0.77 | 0.43 | 0 | 0.64 | 213.8 | 0.63 | 0.22 |
| Hex | 15 | 34 | 5C | 4D | 2B | 0 | 40 | D6 | 3F | 16 |
| Octal | 25 | 64 | 134 | 115 | 53 | 0 | 100 | 326 | 77 | 26 |
| Binary | 10101 | 110100 | 1011100 | 1001101 | 101011 | 0 | 1000000 | 11010110 | 111111 | 10110 |
Color Harmonies of #15345C
Complementary color
Monochromatic Colors of #15345C
Black with #15345C
Text Example
Text Example
White with #15345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15345C; }
p { color: rgb(21,52,92); }
H1.HeaderClassName
{
color: #15345C;
}
.AnyTagClassName
{
color: #15345C;
}
</style>
background-color css
<style>
a { background-color: #15345C; }
a { background-color: rgb(21,52,92); }
div.DivClassName
{
background-color: #15345C;
}
.BgClassName
{
background-color: #15345C;
}
</style>
border-color css
<style>
span { border-color: #15345C; }
span { border-color: rgb(21,52,92); }
td.TdClassName
{
border-color: #15345C;
}
.TagClassName
{
border-color: #15345C;
}
</style>