Shades of Regal Blue #143A63
Tints of Regal Blue #143A63
RGB
CMYK
RGB Variations
Color information
#143A63 (or 0x143A63) is known color: Regal Blue. HEX triplet: 14, 3A and 63. RGB value is (20,58,99). Sum of RGB (Red+Green+Blue) = 20+58+99=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 99 (39.06% from 255 or 55.93% from 177); Max value from RGB is 99 - color contains mainly: blue. Hex color #143A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143A63 is #EBC59C. Grayscale: #333333. Windows color (decimal): -15451549 or 6502932. OLE color: 6502932.
HSL color Cylindrical-coordinate representation of color #143A63: hue angle of 211.14º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #143A63 is Cyan = 0.80, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 58 | 99 | - |
| CMYK | 0.80 | 0.41 | 0 | 0.61 |
| HSL | 211.14º | 0.66% | 0.23% | - |
| HSV(B) | 211.14º | 0.8% | 0.39% | - |
| XYZ | 4.05 | 4.08 | 12.38 | - |
| YUV | 51.31 | 154.91 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 58 | 99 | 0.80 | 0.41 | 0 | 0.61 | 211.14 | 0.66 | 0.23 |
| Hex | 14 | 3A | 63 | 50 | 29 | 0 | 3D | D3 | 42 | 17 |
| Octal | 24 | 72 | 143 | 120 | 51 | 0 | 75 | 323 | 102 | 27 |
| Binary | 10100 | 111010 | 1100011 | 1010000 | 101001 | 0 | 111101 | 11010011 | 1000010 | 10111 |
Color Harmonies of #143A63
Complementary color
Monochromatic Colors of #143A63
Black with #143A63
Text Example
Text Example
White with #143A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143A63; }
p { color: rgb(20,58,99); }
H1.HeaderClassName
{
color: #143A63;
}
.AnyTagClassName
{
color: #143A63;
}
</style>
background-color css
<style>
a { background-color: #143A63; }
a { background-color: rgb(20,58,99); }
div.DivClassName
{
background-color: #143A63;
}
.BgClassName
{
background-color: #143A63;
}
</style>
border-color css
<style>
span { border-color: #143A63; }
span { border-color: rgb(20,58,99); }
td.TdClassName
{
border-color: #143A63;
}
.TagClassName
{
border-color: #143A63;
}
</style>