Shades of Regal Blue #20405D
Tints of Regal Blue #20405D
RGB
CMYK
RGB Variations
Color information
#20405D (or 0x20405D) is known color: Regal Blue. HEX triplet: 20, 40 and 5D. RGB value is (32,64,93). Sum of RGB (Red+Green+Blue) = 32+64+93=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #20405D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20405D is #DFBFA2. Grayscale: #393939. Windows color (decimal): -14663587 or 6111264. OLE color: 6111264.
HSL color Cylindrical-coordinate representation of color #20405D: hue angle of 208.52º 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 #20405D is Cyan = 0.66, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 64 | 93 | - |
| CMYK | 0.66 | 0.31 | 0 | 0.64 |
| HSL | 208.52º | 0.49% | 0.25% | - |
| HSV(B) | 208.52º | 0.66% | 0.36% | - |
| XYZ | 4.4 | 4.76 | 11.04 | - |
| YUV | 57.74 | 147.9 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 64 | 93 | 0.66 | 0.31 | 0 | 0.64 | 208.52 | 0.49 | 0.25 |
| Hex | 20 | 40 | 5D | 42 | 1F | 0 | 40 | D1 | 31 | 19 |
| Octal | 40 | 100 | 135 | 102 | 37 | 0 | 100 | 321 | 61 | 31 |
| Binary | 100000 | 1000000 | 1011101 | 1000010 | 11111 | 0 | 1000000 | 11010001 | 110001 | 11001 |
Color Harmonies of #20405D
Complementary color
Monochromatic Colors of #20405D
Black with #20405D
Text Example
Text Example
White with #20405D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20405D; }
p { color: rgb(32,64,93); }
H1.HeaderClassName
{
color: #20405D;
}
.AnyTagClassName
{
color: #20405D;
}
</style>
background-color css
<style>
a { background-color: #20405D; }
a { background-color: rgb(32,64,93); }
div.DivClassName
{
background-color: #20405D;
}
.BgClassName
{
background-color: #20405D;
}
</style>
border-color css
<style>
span { border-color: #20405D; }
span { border-color: rgb(32,64,93); }
td.TdClassName
{
border-color: #20405D;
}
.TagClassName
{
border-color: #20405D;
}
</style>