Shades of Regal Blue #143259
Tints of Regal Blue #143259
RGB
CMYK
RGB Variations
Color information
#143259 (or 0x143259) is known color: Regal Blue. HEX triplet: 14, 32 and 59. RGB value is (20,50,89). Sum of RGB (Red+Green+Blue) = 20+50+89=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 89 (35.16% from 255 or 55.97% from 159); Max value from RGB is 89 - color contains mainly: blue. Hex color #143259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143259 is #EBCDA6. Grayscale: #2D2D2D. Windows color (decimal): -15453607 or 5845524. OLE color: 5845524.
HSL color Cylindrical-coordinate representation of color #143259: hue angle of 213.91º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #143259 is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 20 | 50 | 89 | - |
| CMYK | 0.78 | 0.44 | 0 | 0.65 |
| HSL | 213.91º | 0.63% | 0.21% | - |
| HSV(B) | 213.91º | 0.78% | 0.35% | - |
| XYZ | 3.23 | 3.15 | 9.89 | - |
| YUV | 45.48 | 152.56 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 50 | 89 | 0.78 | 0.44 | 0 | 0.65 | 213.91 | 0.63 | 0.21 |
| Hex | 14 | 32 | 59 | 4E | 2C | 0 | 41 | D6 | 3F | 15 |
| Octal | 24 | 62 | 131 | 116 | 54 | 0 | 101 | 326 | 77 | 25 |
| Binary | 10100 | 110010 | 1011001 | 1001110 | 101100 | 0 | 1000001 | 11010110 | 111111 | 10101 |
Color Harmonies of #143259
Complementary color
Monochromatic Colors of #143259
Black with #143259
Text Example
Text Example
White with #143259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143259; }
p { color: rgb(20,50,89); }
H1.HeaderClassName
{
color: #143259;
}
.AnyTagClassName
{
color: #143259;
}
</style>
background-color css
<style>
a { background-color: #143259; }
a { background-color: rgb(20,50,89); }
div.DivClassName
{
background-color: #143259;
}
.BgClassName
{
background-color: #143259;
}
</style>
border-color css
<style>
span { border-color: #143259; }
span { border-color: rgb(20,50,89); }
td.TdClassName
{
border-color: #143259;
}
.TagClassName
{
border-color: #143259;
}
</style>