Shades of Regal Blue #15446B
Tints of Regal Blue #15446B
RGB
CMYK
RGB Variations
Color information
#15446B (or 0x15446B) is known color: Regal Blue. HEX triplet: 15, 44 and 6B. RGB value is (21,68,107). Sum of RGB (Red+Green+Blue) = 21+68+107=196 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.71% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 107 (42.19% from 255 or 54.59% from 196); Max value from RGB is 107 - color contains mainly: blue. Hex color #15446B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15446B is #EABB94. Grayscale: #3A3A3A. Windows color (decimal): -15383445 or 7029781. OLE color: 7029781.
HSL color Cylindrical-coordinate representation of color #15446B: hue angle of 207.21º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15446B is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 68 | 107 | - |
| CMYK | 0.80 | 0.36 | 0 | 0.58 |
| HSL | 207.21º | 0.67% | 0.25% | - |
| HSV(B) | 207.21º | 0.8% | 0.42% | - |
| XYZ | 5.03 | 5.36 | 14.68 | - |
| YUV | 58.39 | 155.43 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 68 | 107 | 0.80 | 0.36 | 0 | 0.58 | 207.21 | 0.67 | 0.25 |
| Hex | 15 | 44 | 6B | 50 | 24 | 0 | 3A | CF | 43 | 19 |
| Octal | 25 | 104 | 153 | 120 | 44 | 0 | 72 | 317 | 103 | 31 |
| Binary | 10101 | 1000100 | 1101011 | 1010000 | 100100 | 0 | 111010 | 11001111 | 1000011 | 11001 |
Color Harmonies of #15446B
Complementary color
Monochromatic Colors of #15446B
Black with #15446B
Text Example
Text Example
White with #15446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15446B; }
p { color: rgb(21,68,107); }
H1.HeaderClassName
{
color: #15446B;
}
.AnyTagClassName
{
color: #15446B;
}
</style>
background-color css
<style>
a { background-color: #15446B; }
a { background-color: rgb(21,68,107); }
div.DivClassName
{
background-color: #15446B;
}
.BgClassName
{
background-color: #15446B;
}
</style>
border-color css
<style>
span { border-color: #15446B; }
span { border-color: rgb(21,68,107); }
td.TdClassName
{
border-color: #15446B;
}
.TagClassName
{
border-color: #15446B;
}
</style>