Shades of Regal Blue #143051
Tints of Regal Blue #143051
RGB
CMYK
RGB Variations
Color information
#143051 (or 0x143051) is known color: Regal Blue. HEX triplet: 14, 30 and 51. RGB value is (20,48,81). Sum of RGB (Red+Green+Blue) = 20+48+81=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 81 (32.03% from 255 or 54.36% from 149); Max value from RGB is 81 - color contains mainly: blue. Hex color #143051 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143051 is #EBCFAE. Grayscale: #2B2B2B. Windows color (decimal): -15454127 or 5320724. OLE color: 5320724.
HSL color Cylindrical-coordinate representation of color #143051: hue angle of 212.46º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #143051 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 48 | 81 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.68 |
| HSL | 212.46º | 0.6% | 0.2% | - |
| HSV(B) | 212.46º | 0.75% | 0.32% | - |
| XYZ | 2.83 | 2.86 | 8.19 | - |
| YUV | 43.39 | 149.22 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 48 | 81 | 0.75 | 0.41 | 0 | 0.68 | 212.46 | 0.6 | 0.2 |
| Hex | 14 | 30 | 51 | 4B | 29 | 0 | 44 | D4 | 3C | 14 |
| Octal | 24 | 60 | 121 | 113 | 51 | 0 | 104 | 324 | 74 | 24 |
| Binary | 10100 | 110000 | 1010001 | 1001011 | 101001 | 0 | 1000100 | 11010100 | 111100 | 10100 |
Color Harmonies of #143051
Complementary color
Monochromatic Colors of #143051
Black with #143051
Text Example
Text Example
White with #143051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143051; }
p { color: rgb(20,48,81); }
H1.HeaderClassName
{
color: #143051;
}
.AnyTagClassName
{
color: #143051;
}
</style>
background-color css
<style>
a { background-color: #143051; }
a { background-color: rgb(20,48,81); }
div.DivClassName
{
background-color: #143051;
}
.BgClassName
{
background-color: #143051;
}
</style>
border-color css
<style>
span { border-color: #143051; }
span { border-color: rgb(20,48,81); }
td.TdClassName
{
border-color: #143051;
}
.TagClassName
{
border-color: #143051;
}
</style>