Shades of Regal Blue #143C56
Tints of Regal Blue #143C56
RGB
CMYK
RGB Variations
Color information
#143C56 (or 0x143C56) is known color: Regal Blue. HEX triplet: 14, 3C and 56. RGB value is (20,60,86). Sum of RGB (Red+Green+Blue) = 20+60+86=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 86 (33.98% from 255 or 51.81% from 166); Max value from RGB is 86 - color contains mainly: blue. Hex color #143C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C56 is #EBC3A9. Grayscale: #323232. Windows color (decimal): -15451050 or 5651476. OLE color: 5651476.
HSL color Cylindrical-coordinate representation of color #143C56: hue angle of 203.64º degrees, saturation: 0.62, 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 #143C56 is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 60 | 86 | - |
| CMYK | 0.77 | 0.30 | 0 | 0.66 |
| HSL | 203.64º | 0.62% | 0.21% | - |
| HSV(B) | 203.64º | 0.77% | 0.34% | - |
| XYZ | 3.58 | 4.05 | 9.4 | - |
| YUV | 51 | 147.75 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 86 | 0.77 | 0.30 | 0 | 0.66 | 203.64 | 0.62 | 0.21 |
| Hex | 14 | 3C | 56 | 4D | 1E | 0 | 42 | CC | 3E | 15 |
| Octal | 24 | 74 | 126 | 115 | 36 | 0 | 102 | 314 | 76 | 25 |
| Binary | 10100 | 111100 | 1010110 | 1001101 | 11110 | 0 | 1000010 | 11001100 | 111110 | 10101 |
Color Harmonies of #143C56
Complementary color
Monochromatic Colors of #143C56
Black with #143C56
Text Example
Text Example
White with #143C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C56; }
p { color: rgb(20,60,86); }
H1.HeaderClassName
{
color: #143C56;
}
.AnyTagClassName
{
color: #143C56;
}
</style>
background-color css
<style>
a { background-color: #143C56; }
a { background-color: rgb(20,60,86); }
div.DivClassName
{
background-color: #143C56;
}
.BgClassName
{
background-color: #143C56;
}
</style>
border-color css
<style>
span { border-color: #143C56; }
span { border-color: rgb(20,60,86); }
td.TdClassName
{
border-color: #143C56;
}
.TagClassName
{
border-color: #143C56;
}
</style>