Shades of Regal Blue #214057
Tints of Regal Blue #214057
RGB
CMYK
RGB Variations
Color information
#214057 (or 0x214057) is known color: Regal Blue. HEX triplet: 21, 40 and 57. RGB value is (33,64,87). Sum of RGB (Red+Green+Blue) = 33+64+87=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 87 (34.38% from 255 or 47.28% from 184); Max value from RGB is 87 - color contains mainly: blue. Hex color #214057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214057 is #DEBFA8. Grayscale: #393939. Windows color (decimal): -14598057 or 5718049. OLE color: 5718049.
HSL color Cylindrical-coordinate representation of color #214057: hue angle of 205.56º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #214057 is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 64 | 87 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.66 |
| HSL | 205.56º | 0.45% | 0.24% | - |
| HSV(B) | 205.56º | 0.62% | 0.34% | - |
| XYZ | 4.18 | 4.68 | 9.7 | - |
| YUV | 57.35 | 144.73 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 87 | 0.62 | 0.26 | 0 | 0.66 | 205.56 | 0.45 | 0.24 |
| Hex | 21 | 40 | 57 | 3E | 1A | 0 | 42 | CE | 2D | 18 |
| Octal | 41 | 100 | 127 | 76 | 32 | 0 | 102 | 316 | 55 | 30 |
| Binary | 100001 | 1000000 | 1010111 | 111110 | 11010 | 0 | 1000010 | 11001110 | 101101 | 11000 |
Color Harmonies of #214057
Complementary color
Monochromatic Colors of #214057
Black with #214057
Text Example
Text Example
White with #214057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214057; }
p { color: rgb(33,64,87); }
H1.HeaderClassName
{
color: #214057;
}
.AnyTagClassName
{
color: #214057;
}
</style>
background-color css
<style>
a { background-color: #214057; }
a { background-color: rgb(33,64,87); }
div.DivClassName
{
background-color: #214057;
}
.BgClassName
{
background-color: #214057;
}
</style>
border-color css
<style>
span { border-color: #214057; }
span { border-color: rgb(33,64,87); }
td.TdClassName
{
border-color: #214057;
}
.TagClassName
{
border-color: #214057;
}
</style>