Shades of Regal Blue #20456A
Tints of Regal Blue #20456A
RGB
CMYK
RGB Variations
Color information
#20456A (or 0x20456A) is known color: Regal Blue. HEX triplet: 20, 45 and 6A. RGB value is (32,69,106). Sum of RGB (Red+Green+Blue) = 32+69+106=207 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.46% from 207); Green value is 69 (27.34% from 255 or 33.33% from 207); Blue value is 106 (41.80% from 255 or 51.21% from 207); Max value from RGB is 106 - color contains mainly: blue. Hex color #20456A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20456A is #DFBA95. Grayscale: #3D3D3D. Windows color (decimal): -14662294 or 6964512. OLE color: 6964512.
HSL color Cylindrical-coordinate representation of color #20456A: hue angle of 210º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20456A is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 69 | 106 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.58 |
| HSL | 210º | 0.54% | 0.27% | - |
| HSV(B) | 210º | 0.7% | 0.42% | - |
| XYZ | 5.33 | 5.6 | 14.44 | - |
| YUV | 62.16 | 152.74 | 106.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 69 | 106 | 0.70 | 0.35 | 0 | 0.58 | 210 | 0.54 | 0.27 |
| Hex | 20 | 45 | 6A | 46 | 23 | 0 | 3A | D2 | 36 | 1B |
| Octal | 40 | 105 | 152 | 106 | 43 | 0 | 72 | 322 | 66 | 33 |
| Binary | 100000 | 1000101 | 1101010 | 1000110 | 100011 | 0 | 111010 | 11010010 | 110110 | 11011 |
Color Harmonies of #20456A
Complementary color
Monochromatic Colors of #20456A
Black with #20456A
Text Example
Text Example
White with #20456A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20456A; }
p { color: rgb(32,69,106); }
H1.HeaderClassName
{
color: #20456A;
}
.AnyTagClassName
{
color: #20456A;
}
</style>
background-color css
<style>
a { background-color: #20456A; }
a { background-color: rgb(32,69,106); }
div.DivClassName
{
background-color: #20456A;
}
.BgClassName
{
background-color: #20456A;
}
</style>
border-color css
<style>
span { border-color: #20456A; }
span { border-color: rgb(32,69,106); }
td.TdClassName
{
border-color: #20456A;
}
.TagClassName
{
border-color: #20456A;
}
</style>