Shades of Regal Blue #142E53
Tints of Regal Blue #142E53
RGB
CMYK
RGB Variations
Color information
#142E53 (or 0x142E53) is known color: Regal Blue. HEX triplet: 14, 2E and 53. RGB value is (20,46,83). Sum of RGB (Red+Green+Blue) = 20+46+83=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 46 (18.36% from 255 or 30.87% from 149); Blue value is 83 (32.81% from 255 or 55.70% from 149); Max value from RGB is 83 - color contains mainly: blue. Hex color #142E53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142E53 is #EBD1AC. Grayscale: #2A2A2A. Windows color (decimal): -15454637 or 5451284. OLE color: 5451284.
HSL color Cylindrical-coordinate representation of color #142E53: hue angle of 215.24º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #142E53 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 46 | 83 | - |
| CMYK | 0.76 | 0.45 | 0 | 0.67 |
| HSL | 215.24º | 0.61% | 0.2% | - |
| HSV(B) | 215.24º | 0.76% | 0.33% | - |
| XYZ | 2.83 | 2.73 | 8.56 | - |
| YUV | 42.44 | 150.89 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 46 | 83 | 0.76 | 0.45 | 0 | 0.67 | 215.24 | 0.61 | 0.2 |
| Hex | 14 | 2E | 53 | 4C | 2D | 0 | 43 | D7 | 3D | 14 |
| Octal | 24 | 56 | 123 | 114 | 55 | 0 | 103 | 327 | 75 | 24 |
| Binary | 10100 | 101110 | 1010011 | 1001100 | 101101 | 0 | 1000011 | 11010111 | 111101 | 10100 |
Color Harmonies of #142E53
Complementary color
Monochromatic Colors of #142E53
Black with #142E53
Text Example
Text Example
White with #142E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142E53; }
p { color: rgb(20,46,83); }
H1.HeaderClassName
{
color: #142E53;
}
.AnyTagClassName
{
color: #142E53;
}
</style>
background-color css
<style>
a { background-color: #142E53; }
a { background-color: rgb(20,46,83); }
div.DivClassName
{
background-color: #142E53;
}
.BgClassName
{
background-color: #142E53;
}
</style>
border-color css
<style>
span { border-color: #142E53; }
span { border-color: rgb(20,46,83); }
td.TdClassName
{
border-color: #142E53;
}
.TagClassName
{
border-color: #142E53;
}
</style>