Shades of Regal Blue #143560
Tints of Regal Blue #143560
RGB
CMYK
RGB Variations
Color information
#143560 (or 0x143560) is known color: Regal Blue. HEX triplet: 14, 35 and 60. RGB value is (20,53,96). Sum of RGB (Red+Green+Blue) = 20+53+96=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 53 (21.09% from 255 or 31.36% from 169); Blue value is 96 (37.89% from 255 or 56.80% from 169); Max value from RGB is 96 - color contains mainly: blue. Hex color #143560 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143560 is #EBCA9F. Grayscale: #2F2F2F. Windows color (decimal): -15452832 or 6305044. OLE color: 6305044.
HSL color Cylindrical-coordinate representation of color #143560: hue angle of 213.95º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #143560 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 53 | 96 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.62 |
| HSL | 213.95º | 0.66% | 0.23% | - |
| HSV(B) | 213.95º | 0.79% | 0.38% | - |
| XYZ | 3.67 | 3.54 | 11.56 | - |
| YUV | 48.04 | 155.07 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 96 | 0.79 | 0.45 | 0 | 0.62 | 213.95 | 0.66 | 0.23 |
| Hex | 14 | 35 | 60 | 4F | 2D | 0 | 3E | D6 | 42 | 17 |
| Octal | 24 | 65 | 140 | 117 | 55 | 0 | 76 | 326 | 102 | 27 |
| Binary | 10100 | 110101 | 1100000 | 1001111 | 101101 | 0 | 111110 | 11010110 | 1000010 | 10111 |
Color Harmonies of #143560
Complementary color
Monochromatic Colors of #143560
Black with #143560
Text Example
Text Example
White with #143560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143560; }
p { color: rgb(20,53,96); }
H1.HeaderClassName
{
color: #143560;
}
.AnyTagClassName
{
color: #143560;
}
</style>
background-color css
<style>
a { background-color: #143560; }
a { background-color: rgb(20,53,96); }
div.DivClassName
{
background-color: #143560;
}
.BgClassName
{
background-color: #143560;
}
</style>
border-color css
<style>
span { border-color: #143560; }
span { border-color: rgb(20,53,96); }
td.TdClassName
{
border-color: #143560;
}
.TagClassName
{
border-color: #143560;
}
</style>