Shades of Regal Blue #213F60
Tints of Regal Blue #213F60
RGB
CMYK
RGB Variations
Color information
#213F60 (or 0x213F60) is known color: Regal Blue. HEX triplet: 21, 3F and 60. RGB value is (33,63,96). Sum of RGB (Red+Green+Blue) = 33+63+96=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #213F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213F60 is #DEC09F. Grayscale: #393939. Windows color (decimal): -14598304 or 6307617. OLE color: 6307617.
HSL color Cylindrical-coordinate representation of color #213F60: hue angle of 211.43º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #213F60 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 33 | 63 | 96 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.62 |
| HSL | 211.43º | 0.49% | 0.25% | - |
| HSV(B) | 211.43º | 0.66% | 0.38% | - |
| XYZ | 4.52 | 4.72 | 11.74 | - |
| YUV | 57.79 | 149.56 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 63 | 96 | 0.66 | 0.34 | 0 | 0.62 | 211.43 | 0.49 | 0.25 |
| Hex | 21 | 3F | 60 | 42 | 22 | 0 | 3E | D3 | 31 | 19 |
| Octal | 41 | 77 | 140 | 102 | 42 | 0 | 76 | 323 | 61 | 31 |
| Binary | 100001 | 111111 | 1100000 | 1000010 | 100010 | 0 | 111110 | 11010011 | 110001 | 11001 |
Color Harmonies of #213F60
Complementary color
Monochromatic Colors of #213F60
Black with #213F60
Text Example
Text Example
White with #213F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213F60; }
p { color: rgb(33,63,96); }
H1.HeaderClassName
{
color: #213F60;
}
.AnyTagClassName
{
color: #213F60;
}
</style>
background-color css
<style>
a { background-color: #213F60; }
a { background-color: rgb(33,63,96); }
div.DivClassName
{
background-color: #213F60;
}
.BgClassName
{
background-color: #213F60;
}
</style>
border-color css
<style>
span { border-color: #213F60; }
span { border-color: rgb(33,63,96); }
td.TdClassName
{
border-color: #213F60;
}
.TagClassName
{
border-color: #213F60;
}
</style>