Shades of Regal Blue #15426B
Tints of Regal Blue #15426B
RGB
CMYK
RGB Variations
Color information
#15426B (or 0x15426B) is known color: Regal Blue. HEX triplet: 15, 42 and 6B. RGB value is (21,66,107). Sum of RGB (Red+Green+Blue) = 21+66+107=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 107 (42.19% from 255 or 55.15% from 194); Max value from RGB is 107 - color contains mainly: blue. Hex color #15426B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15426B is #EABD94. Grayscale: #393939. Windows color (decimal): -15383957 or 7029269. OLE color: 7029269.
HSL color Cylindrical-coordinate representation of color #15426B: hue angle of 208.6º 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 #15426B is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 66 | 107 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.58 |
| HSL | 208.6º | 0.67% | 0.25% | - |
| HSV(B) | 208.6º | 0.8% | 0.42% | - |
| XYZ | 4.91 | 5.12 | 14.64 | - |
| YUV | 57.22 | 156.09 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 66 | 107 | 0.80 | 0.38 | 0 | 0.58 | 208.6 | 0.67 | 0.25 |
| Hex | 15 | 42 | 6B | 50 | 26 | 0 | 3A | D1 | 43 | 19 |
| Octal | 25 | 102 | 153 | 120 | 46 | 0 | 72 | 321 | 103 | 31 |
| Binary | 10101 | 1000010 | 1101011 | 1010000 | 100110 | 0 | 111010 | 11010001 | 1000011 | 11001 |
Color Harmonies of #15426B
Complementary color
Monochromatic Colors of #15426B
Black with #15426B
Text Example
Text Example
White with #15426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15426B; }
p { color: rgb(21,66,107); }
H1.HeaderClassName
{
color: #15426B;
}
.AnyTagClassName
{
color: #15426B;
}
</style>
background-color css
<style>
a { background-color: #15426B; }
a { background-color: rgb(21,66,107); }
div.DivClassName
{
background-color: #15426B;
}
.BgClassName
{
background-color: #15426B;
}
</style>
border-color css
<style>
span { border-color: #15426B; }
span { border-color: rgb(21,66,107); }
td.TdClassName
{
border-color: #15426B;
}
.TagClassName
{
border-color: #15426B;
}
</style>