Shades of Regal Blue #21405B
Tints of Regal Blue #21405B
RGB
CMYK
RGB Variations
Color information
#21405B (or 0x21405B) is known color: Regal Blue. HEX triplet: 21, 40 and 5B. RGB value is (33,64,91). Sum of RGB (Red+Green+Blue) = 33+64+91=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 64 (25.39% from 255 or 34.04% 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 #21405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21405B is #DEBFA4. Grayscale: #393939. Windows color (decimal): -14598053 or 5980193. OLE color: 5980193.
HSL color Cylindrical-coordinate representation of color #21405B: hue angle of 207.93º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21405B is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 33 | 64 | 91 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.64 |
| HSL | 207.93º | 0.47% | 0.24% | - |
| HSV(B) | 207.93º | 0.64% | 0.36% | - |
| XYZ | 4.35 | 4.75 | 10.58 | - |
| YUV | 57.81 | 146.73 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 91 | 0.64 | 0.30 | 0 | 0.64 | 207.93 | 0.47 | 0.24 |
| Hex | 21 | 40 | 5B | 40 | 1E | 0 | 40 | D0 | 2F | 18 |
| Octal | 41 | 100 | 133 | 100 | 36 | 0 | 100 | 320 | 57 | 30 |
| Binary | 100001 | 1000000 | 1011011 | 1000000 | 11110 | 0 | 1000000 | 11010000 | 101111 | 11000 |
Color Harmonies of #21405B
Complementary color
Monochromatic Colors of #21405B
Black with #21405B
Text Example
Text Example
White with #21405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21405B; }
p { color: rgb(33,64,91); }
H1.HeaderClassName
{
color: #21405B;
}
.AnyTagClassName
{
color: #21405B;
}
</style>
background-color css
<style>
a { background-color: #21405B; }
a { background-color: rgb(33,64,91); }
div.DivClassName
{
background-color: #21405B;
}
.BgClassName
{
background-color: #21405B;
}
</style>
border-color css
<style>
span { border-color: #21405B; }
span { border-color: rgb(33,64,91); }
td.TdClassName
{
border-color: #21405B;
}
.TagClassName
{
border-color: #21405B;
}
</style>