Shades of Regal Blue #20415B
Tints of Regal Blue #20415B
RGB
CMYK
RGB Variations
Color information
#20415B (or 0x20415B) is known color: Regal Blue. HEX triplet: 20, 41 and 5B. RGB value is (32,65,91). Sum of RGB (Red+Green+Blue) = 32+65+91=188 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.02% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #20415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20415B is #DFBEA4. Grayscale: #393939. Windows color (decimal): -14663333 or 5980448. OLE color: 5980448.
HSL color Cylindrical-coordinate representation of color #20415B: hue angle of 206.44º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #20415B is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 65 | 91 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.64 |
| HSL | 206.44º | 0.48% | 0.24% | - |
| HSV(B) | 206.44º | 0.65% | 0.36% | - |
| XYZ | 4.37 | 4.84 | 10.6 | - |
| YUV | 58.1 | 146.57 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 91 | 0.65 | 0.29 | 0 | 0.64 | 206.44 | 0.48 | 0.24 |
| Hex | 20 | 41 | 5B | 41 | 1D | 0 | 40 | CE | 30 | 18 |
| Octal | 40 | 101 | 133 | 101 | 35 | 0 | 100 | 316 | 60 | 30 |
| Binary | 100000 | 1000001 | 1011011 | 1000001 | 11101 | 0 | 1000000 | 11001110 | 110000 | 11000 |
Color Harmonies of #20415B
Complementary color
Monochromatic Colors of #20415B
Black with #20415B
Text Example
Text Example
White with #20415B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20415B; }
p { color: rgb(32,65,91); }
H1.HeaderClassName
{
color: #20415B;
}
.AnyTagClassName
{
color: #20415B;
}
</style>
background-color css
<style>
a { background-color: #20415B; }
a { background-color: rgb(32,65,91); }
div.DivClassName
{
background-color: #20415B;
}
.BgClassName
{
background-color: #20415B;
}
</style>
border-color css
<style>
span { border-color: #20415B; }
span { border-color: rgb(32,65,91); }
td.TdClassName
{
border-color: #20415B;
}
.TagClassName
{
border-color: #20415B;
}
</style>