Shades of Regal Blue #143750
Tints of Regal Blue #143750
RGB
CMYK
RGB Variations
Color information
#143750 (or 0x143750) is known color: Regal Blue. HEX triplet: 14, 37 and 50. RGB value is (20,55,80). Sum of RGB (Red+Green+Blue) = 20+55+80=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 55 (21.88% from 255 or 35.48% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #143750 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143750 is #EBC8AF. Grayscale: #2F2F2F. Windows color (decimal): -15452336 or 5256980. OLE color: 5256980.
HSL color Cylindrical-coordinate representation of color #143750: hue angle of 205º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #143750 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 55 | 80 | - |
| CMYK | 0.75 | 0.31 | 0 | 0.69 |
| HSL | 205º | 0.6% | 0.2% | - |
| HSV(B) | 205º | 0.75% | 0.31% | - |
| XYZ | 3.1 | 3.46 | 8.09 | - |
| YUV | 47.39 | 146.4 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 55 | 80 | 0.75 | 0.31 | 0 | 0.69 | 205 | 0.6 | 0.2 |
| Hex | 14 | 37 | 50 | 4B | 1F | 0 | 45 | CD | 3C | 14 |
| Octal | 24 | 67 | 120 | 113 | 37 | 0 | 105 | 315 | 74 | 24 |
| Binary | 10100 | 110111 | 1010000 | 1001011 | 11111 | 0 | 1000101 | 11001101 | 111100 | 10100 |
Color Harmonies of #143750
Complementary color
Monochromatic Colors of #143750
Black with #143750
Text Example
Text Example
White with #143750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143750; }
p { color: rgb(20,55,80); }
H1.HeaderClassName
{
color: #143750;
}
.AnyTagClassName
{
color: #143750;
}
</style>
background-color css
<style>
a { background-color: #143750; }
a { background-color: rgb(20,55,80); }
div.DivClassName
{
background-color: #143750;
}
.BgClassName
{
background-color: #143750;
}
</style>
border-color css
<style>
span { border-color: #143750; }
span { border-color: rgb(20,55,80); }
td.TdClassName
{
border-color: #143750;
}
.TagClassName
{
border-color: #143750;
}
</style>