Shades of Regal Blue #143054
Tints of Regal Blue #143054
RGB
CMYK
RGB Variations
Color information
#143054 (or 0x143054) is known color: Regal Blue. HEX triplet: 14, 30 and 54. RGB value is (20,48,84). Sum of RGB (Red+Green+Blue) = 20+48+84=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 84 (33.20% from 255 or 55.26% from 152); Max value from RGB is 84 - color contains mainly: blue. Hex color #143054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143054 is #EBCFAB. Grayscale: #2B2B2B. Windows color (decimal): -15454124 or 5517332. OLE color: 5517332.
HSL color Cylindrical-coordinate representation of color #143054: hue angle of 213.75º degrees, saturation: 0.62, 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 #143054 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 48 | 84 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.67 |
| HSL | 213.75º | 0.62% | 0.2% | - |
| HSV(B) | 213.75º | 0.76% | 0.33% | - |
| XYZ | 2.95 | 2.9 | 8.79 | - |
| YUV | 43.73 | 150.72 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 48 | 84 | 0.76 | 0.43 | 0 | 0.67 | 213.75 | 0.62 | 0.2 |
| Hex | 14 | 30 | 54 | 4C | 2B | 0 | 43 | D6 | 3E | 14 |
| Octal | 24 | 60 | 124 | 114 | 53 | 0 | 103 | 326 | 76 | 24 |
| Binary | 10100 | 110000 | 1010100 | 1001100 | 101011 | 0 | 1000011 | 11010110 | 111110 | 10100 |
Color Harmonies of #143054
Complementary color
Monochromatic Colors of #143054
Black with #143054
Text Example
Text Example
White with #143054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143054; }
p { color: rgb(20,48,84); }
H1.HeaderClassName
{
color: #143054;
}
.AnyTagClassName
{
color: #143054;
}
</style>
background-color css
<style>
a { background-color: #143054; }
a { background-color: rgb(20,48,84); }
div.DivClassName
{
background-color: #143054;
}
.BgClassName
{
background-color: #143054;
}
</style>
border-color css
<style>
span { border-color: #143054; }
span { border-color: rgb(20,48,84); }
td.TdClassName
{
border-color: #143054;
}
.TagClassName
{
border-color: #143054;
}
</style>