Shades of Regal Blue #21415F
Tints of Regal Blue #21415F
RGB
CMYK
RGB Variations
Color information
#21415F (or 0x21415F) is known color: Regal Blue. HEX triplet: 21, 41 and 5F. RGB value is (33,65,95). Sum of RGB (Red+Green+Blue) = 33+65+95=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 95 - color contains mainly: blue. Hex color #21415F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21415F is #DEBEA0. Grayscale: #3A3A3A. Windows color (decimal): -14597793 or 6242593. OLE color: 6242593.
HSL color Cylindrical-coordinate representation of color #21415F: hue angle of 209.03º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #21415F is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 65 | 95 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.63 |
| HSL | 209.03º | 0.48% | 0.25% | - |
| HSV(B) | 209.03º | 0.65% | 0.37% | - |
| XYZ | 4.58 | 4.93 | 11.54 | - |
| YUV | 58.85 | 148.4 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 95 | 0.65 | 0.32 | 0 | 0.63 | 209.03 | 0.48 | 0.25 |
| Hex | 21 | 41 | 5F | 41 | 20 | 0 | 3F | D1 | 30 | 19 |
| Octal | 41 | 101 | 137 | 101 | 40 | 0 | 77 | 321 | 60 | 31 |
| Binary | 100001 | 1000001 | 1011111 | 1000001 | 100000 | 0 | 111111 | 11010001 | 110000 | 11001 |
Color Harmonies of #21415F
Complementary color
Monochromatic Colors of #21415F
Black with #21415F
Text Example
Text Example
White with #21415F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21415F; }
p { color: rgb(33,65,95); }
H1.HeaderClassName
{
color: #21415F;
}
.AnyTagClassName
{
color: #21415F;
}
</style>
background-color css
<style>
a { background-color: #21415F; }
a { background-color: rgb(33,65,95); }
div.DivClassName
{
background-color: #21415F;
}
.BgClassName
{
background-color: #21415F;
}
</style>
border-color css
<style>
span { border-color: #21415F; }
span { border-color: rgb(33,65,95); }
td.TdClassName
{
border-color: #21415F;
}
.TagClassName
{
border-color: #21415F;
}
</style>