Shades of Regal Blue #143A55
Tints of Regal Blue #143A55
RGB
CMYK
RGB Variations
Color information
#143A55 (or 0x143A55) is known color: Regal Blue. HEX triplet: 14, 3A and 55. RGB value is (20,58,85). Sum of RGB (Red+Green+Blue) = 20+58+85=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 85 (33.59% from 255 or 52.15% from 163); Max value from RGB is 85 - color contains mainly: blue. Hex color #143A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143A55 is #EBC5AA. Grayscale: #313131. Windows color (decimal): -15451563 or 5585428. OLE color: 5585428.
HSL color Cylindrical-coordinate representation of color #143A55: hue angle of 204.92º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #143A55 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 58 | 85 | - |
| CMYK | 0.76 | 0.32 | 0 | 0.67 |
| HSL | 204.92º | 0.62% | 0.21% | - |
| HSV(B) | 204.92º | 0.76% | 0.33% | - |
| XYZ | 3.44 | 3.83 | 9.15 | - |
| YUV | 49.72 | 147.91 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 58 | 85 | 0.76 | 0.32 | 0 | 0.67 | 204.92 | 0.62 | 0.21 |
| Hex | 14 | 3A | 55 | 4C | 20 | 0 | 43 | CD | 3E | 15 |
| Octal | 24 | 72 | 125 | 114 | 40 | 0 | 103 | 315 | 76 | 25 |
| Binary | 10100 | 111010 | 1010101 | 1001100 | 100000 | 0 | 1000011 | 11001101 | 111110 | 10101 |
Color Harmonies of #143A55
Complementary color
Monochromatic Colors of #143A55
Black with #143A55
Text Example
Text Example
White with #143A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143A55; }
p { color: rgb(20,58,85); }
H1.HeaderClassName
{
color: #143A55;
}
.AnyTagClassName
{
color: #143A55;
}
</style>
background-color css
<style>
a { background-color: #143A55; }
a { background-color: rgb(20,58,85); }
div.DivClassName
{
background-color: #143A55;
}
.BgClassName
{
background-color: #143A55;
}
</style>
border-color css
<style>
span { border-color: #143A55; }
span { border-color: rgb(20,58,85); }
td.TdClassName
{
border-color: #143A55;
}
.TagClassName
{
border-color: #143A55;
}
</style>