Shades of Regal Blue #214157
Tints of Regal Blue #214157
RGB
CMYK
RGB Variations
Color information
#214157 (or 0x214157) is known color: Regal Blue. HEX triplet: 21, 41 and 57. RGB value is (33,65,87). Sum of RGB (Red+Green+Blue) = 33+65+87=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 87 - color contains mainly: blue. Hex color #214157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214157 is #DEBEA8. Grayscale: #393939. Windows color (decimal): -14597801 or 5718305. OLE color: 5718305.
HSL color Cylindrical-coordinate representation of color #214157: hue angle of 204.44º 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 #214157 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 33 | 65 | 87 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.66 |
| HSL | 204.44º | 0.45% | 0.24% | - |
| HSV(B) | 204.44º | 0.62% | 0.34% | - |
| XYZ | 4.24 | 4.79 | 9.72 | - |
| YUV | 57.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 87 | 0.62 | 0.25 | 0 | 0.66 | 204.44 | 0.45 | 0.24 |
| Hex | 21 | 41 | 57 | 3E | 19 | 0 | 42 | CC | 2D | 18 |
| Octal | 41 | 101 | 127 | 76 | 31 | 0 | 102 | 314 | 55 | 30 |
| Binary | 100001 | 1000001 | 1010111 | 111110 | 11001 | 0 | 1000010 | 11001100 | 101101 | 11000 |
Color Harmonies of #214157
Complementary color
Monochromatic Colors of #214157
Black with #214157
Text Example
Text Example
White with #214157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214157; }
p { color: rgb(33,65,87); }
H1.HeaderClassName
{
color: #214157;
}
.AnyTagClassName
{
color: #214157;
}
</style>
background-color css
<style>
a { background-color: #214157; }
a { background-color: rgb(33,65,87); }
div.DivClassName
{
background-color: #214157;
}
.BgClassName
{
background-color: #214157;
}
</style>
border-color css
<style>
span { border-color: #214157; }
span { border-color: rgb(33,65,87); }
td.TdClassName
{
border-color: #214157;
}
.TagClassName
{
border-color: #214157;
}
</style>