Shades of Regal Blue #143C54
Tints of Regal Blue #143C54
RGB
CMYK
RGB Variations
Color information
#143C54 (or 0x143C54) is known color: Regal Blue. HEX triplet: 14, 3C and 54. RGB value is (20,60,84). Sum of RGB (Red+Green+Blue) = 20+60+84=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 84 (33.20% from 255 or 51.22% from 164); Max value from RGB is 84 - color contains mainly: blue. Hex color #143C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C54 is #EBC3AB. Grayscale: #323232. Windows color (decimal): -15451052 or 5520404. OLE color: 5520404.
HSL color Cylindrical-coordinate representation of color #143C54: hue angle of 202.5º 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 #143C54 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 60 | 84 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.67 |
| HSL | 202.5º | 0.62% | 0.2% | - |
| HSV(B) | 202.5º | 0.76% | 0.33% | - |
| XYZ | 3.5 | 4.02 | 8.98 | - |
| YUV | 50.78 | 146.75 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 84 | 0.76 | 0.29 | 0 | 0.67 | 202.5 | 0.62 | 0.2 |
| Hex | 14 | 3C | 54 | 4C | 1D | 0 | 43 | CA | 3E | 14 |
| Octal | 24 | 74 | 124 | 114 | 35 | 0 | 103 | 312 | 76 | 24 |
| Binary | 10100 | 111100 | 1010100 | 1001100 | 11101 | 0 | 1000011 | 11001010 | 111110 | 10100 |
Color Harmonies of #143C54
Complementary color
Monochromatic Colors of #143C54
Black with #143C54
Text Example
Text Example
White with #143C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C54; }
p { color: rgb(20,60,84); }
H1.HeaderClassName
{
color: #143C54;
}
.AnyTagClassName
{
color: #143C54;
}
</style>
background-color css
<style>
a { background-color: #143C54; }
a { background-color: rgb(20,60,84); }
div.DivClassName
{
background-color: #143C54;
}
.BgClassName
{
background-color: #143C54;
}
</style>
border-color css
<style>
span { border-color: #143C54; }
span { border-color: rgb(20,60,84); }
td.TdClassName
{
border-color: #143C54;
}
.TagClassName
{
border-color: #143C54;
}
</style>