Shades of Regal Blue #143B54
Tints of Regal Blue #143B54
RGB
CMYK
RGB Variations
Color information
#143B54 (or 0x143B54) is known color: Regal Blue. HEX triplet: 14, 3B and 54. RGB value is (20,59,84). Sum of RGB (Red+Green+Blue) = 20+59+84=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 84 (33.20% from 255 or 51.53% from 163); Max value from RGB is 84 - color contains mainly: blue. Hex color #143B54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143B54 is #EBC4AB. Grayscale: #323232. Windows color (decimal): -15451308 or 5520148. OLE color: 5520148.
HSL color Cylindrical-coordinate representation of color #143B54: hue angle of 203.44º 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 #143B54 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 59 | 84 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.67 |
| HSL | 203.44º | 0.62% | 0.2% | - |
| HSV(B) | 203.44º | 0.76% | 0.33% | - |
| XYZ | 3.45 | 3.92 | 8.96 | - |
| YUV | 50.19 | 147.08 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 59 | 84 | 0.76 | 0.30 | 0 | 0.67 | 203.44 | 0.62 | 0.2 |
| Hex | 14 | 3B | 54 | 4C | 1E | 0 | 43 | CB | 3E | 14 |
| Octal | 24 | 73 | 124 | 114 | 36 | 0 | 103 | 313 | 76 | 24 |
| Binary | 10100 | 111011 | 1010100 | 1001100 | 11110 | 0 | 1000011 | 11001011 | 111110 | 10100 |
Color Harmonies of #143B54
Complementary color
Monochromatic Colors of #143B54
Black with #143B54
Text Example
Text Example
White with #143B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143B54; }
p { color: rgb(20,59,84); }
H1.HeaderClassName
{
color: #143B54;
}
.AnyTagClassName
{
color: #143B54;
}
</style>
background-color css
<style>
a { background-color: #143B54; }
a { background-color: rgb(20,59,84); }
div.DivClassName
{
background-color: #143B54;
}
.BgClassName
{
background-color: #143B54;
}
</style>
border-color css
<style>
span { border-color: #143B54; }
span { border-color: rgb(20,59,84); }
td.TdClassName
{
border-color: #143B54;
}
.TagClassName
{
border-color: #143B54;
}
</style>