Shades of Regal Blue #20415D
Tints of Regal Blue #20415D
RGB
CMYK
RGB Variations
Color information
#20415D (or 0x20415D) is known color: Regal Blue. HEX triplet: 20, 41 and 5D. RGB value is (32,65,93). Sum of RGB (Red+Green+Blue) = 32+65+93=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #20415D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20415D is #DFBEA2. Grayscale: #3A3A3A. Windows color (decimal): -14663331 or 6111520. OLE color: 6111520.
HSL color Cylindrical-coordinate representation of color #20415D: hue angle of 207.54º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #20415D is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 65 | 93 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.64 |
| HSL | 207.54º | 0.49% | 0.25% | - |
| HSV(B) | 207.54º | 0.66% | 0.36% | - |
| XYZ | 4.46 | 4.88 | 11.06 | - |
| YUV | 58.33 | 147.57 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 65 | 93 | 0.66 | 0.30 | 0 | 0.64 | 207.54 | 0.49 | 0.25 |
| Hex | 20 | 41 | 5D | 42 | 1E | 0 | 40 | D0 | 31 | 19 |
| Octal | 40 | 101 | 135 | 102 | 36 | 0 | 100 | 320 | 61 | 31 |
| Binary | 100000 | 1000001 | 1011101 | 1000010 | 11110 | 0 | 1000000 | 11010000 | 110001 | 11001 |
Color Harmonies of #20415D
Complementary color
Monochromatic Colors of #20415D
Black with #20415D
Text Example
Text Example
White with #20415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20415D; }
p { color: rgb(32,65,93); }
H1.HeaderClassName
{
color: #20415D;
}
.AnyTagClassName
{
color: #20415D;
}
</style>
background-color css
<style>
a { background-color: #20415D; }
a { background-color: rgb(32,65,93); }
div.DivClassName
{
background-color: #20415D;
}
.BgClassName
{
background-color: #20415D;
}
</style>
border-color css
<style>
span { border-color: #20415D; }
span { border-color: rgb(32,65,93); }
td.TdClassName
{
border-color: #20415D;
}
.TagClassName
{
border-color: #20415D;
}
</style>