Shades of Regal Blue #15436B
Tints of Regal Blue #15436B
RGB
CMYK
RGB Variations
Color information
#15436B (or 0x15436B) is known color: Regal Blue. HEX triplet: 15, 43 and 6B. RGB value is (21,67,107). Sum of RGB (Red+Green+Blue) = 21+67+107=195 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.77% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 107 (42.19% from 255 or 54.87% from 195); Max value from RGB is 107 - color contains mainly: blue. Hex color #15436B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15436B is #EABC94. Grayscale: #393939. Windows color (decimal): -15383701 or 7029525. OLE color: 7029525.
HSL color Cylindrical-coordinate representation of color #15436B: hue angle of 207.91º 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 #15436B is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 21 | 67 | 107 | - |
| CMYK | 0.80 | 0.37 | 0 | 0.58 |
| HSL | 207.91º | 0.67% | 0.25% | - |
| HSV(B) | 207.91º | 0.8% | 0.42% | - |
| XYZ | 4.97 | 5.24 | 14.66 | - |
| YUV | 57.81 | 155.76 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 67 | 107 | 0.80 | 0.37 | 0 | 0.58 | 207.91 | 0.67 | 0.25 |
| Hex | 15 | 43 | 6B | 50 | 25 | 0 | 3A | D0 | 43 | 19 |
| Octal | 25 | 103 | 153 | 120 | 45 | 0 | 72 | 320 | 103 | 31 |
| Binary | 10101 | 1000011 | 1101011 | 1010000 | 100101 | 0 | 111010 | 11010000 | 1000011 | 11001 |
Color Harmonies of #15436B
Complementary color
Monochromatic Colors of #15436B
Black with #15436B
Text Example
Text Example
White with #15436B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15436B; }
p { color: rgb(21,67,107); }
H1.HeaderClassName
{
color: #15436B;
}
.AnyTagClassName
{
color: #15436B;
}
</style>
background-color css
<style>
a { background-color: #15436B; }
a { background-color: rgb(21,67,107); }
div.DivClassName
{
background-color: #15436B;
}
.BgClassName
{
background-color: #15436B;
}
</style>
border-color css
<style>
span { border-color: #15436B; }
span { border-color: rgb(21,67,107); }
td.TdClassName
{
border-color: #15436B;
}
.TagClassName
{
border-color: #15436B;
}
</style>