Shades of Regal Blue #143C57
Tints of Regal Blue #143C57
RGB
CMYK
RGB Variations
Color information
#143C57 (or 0x143C57) is known color: Regal Blue. HEX triplet: 14, 3C and 57. RGB value is (20,60,87). Sum of RGB (Red+Green+Blue) = 20+60+87=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 60 (23.83% from 255 or 35.93% from 167); Blue value is 87 (34.38% from 255 or 52.10% from 167); Max value from RGB is 87 - color contains mainly: blue. Hex color #143C57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C57 is #EBC3A8. Grayscale: #323232. Windows color (decimal): -15451049 or 5717012. OLE color: 5717012.
HSL color Cylindrical-coordinate representation of color #143C57: hue angle of 204.18º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #143C57 is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 60 | 87 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.66 |
| HSL | 204.18º | 0.63% | 0.21% | - |
| HSV(B) | 204.18º | 0.77% | 0.34% | - |
| XYZ | 3.62 | 4.07 | 9.61 | - |
| YUV | 51.12 | 148.25 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 87 | 0.77 | 0.31 | 0 | 0.66 | 204.18 | 0.63 | 0.21 |
| Hex | 14 | 3C | 57 | 4D | 1F | 0 | 42 | CC | 3F | 15 |
| Octal | 24 | 74 | 127 | 115 | 37 | 0 | 102 | 314 | 77 | 25 |
| Binary | 10100 | 111100 | 1010111 | 1001101 | 11111 | 0 | 1000010 | 11001100 | 111111 | 10101 |
Color Harmonies of #143C57
Complementary color
Monochromatic Colors of #143C57
Black with #143C57
Text Example
Text Example
White with #143C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C57; }
p { color: rgb(20,60,87); }
H1.HeaderClassName
{
color: #143C57;
}
.AnyTagClassName
{
color: #143C57;
}
</style>
background-color css
<style>
a { background-color: #143C57; }
a { background-color: rgb(20,60,87); }
div.DivClassName
{
background-color: #143C57;
}
.BgClassName
{
background-color: #143C57;
}
</style>
border-color css
<style>
span { border-color: #143C57; }
span { border-color: rgb(20,60,87); }
td.TdClassName
{
border-color: #143C57;
}
.TagClassName
{
border-color: #143C57;
}
</style>