Shades of Regal Blue #143154
Tints of Regal Blue #143154
RGB
CMYK
RGB Variations
Color information
#143154 (or 0x143154) is known color: Regal Blue. HEX triplet: 14, 31 and 54. RGB value is (20,49,84). Sum of RGB (Red+Green+Blue) = 20+49+84=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 84 (33.20% from 255 or 54.90% from 153); Max value from RGB is 84 - color contains mainly: blue. Hex color #143154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143154 is #EBCEAB. Grayscale: #2C2C2C. Windows color (decimal): -15453868 or 5517588. OLE color: 5517588.
HSL color Cylindrical-coordinate representation of color #143154: hue angle of 212.81º 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 #143154 is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 49 | 84 | - |
| CMYK | 0.76 | 0.42 | 0 | 0.67 |
| HSL | 212.81º | 0.62% | 0.2% | - |
| HSV(B) | 212.81º | 0.76% | 0.33% | - |
| XYZ | 2.99 | 2.99 | 8.81 | - |
| YUV | 44.32 | 150.39 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 49 | 84 | 0.76 | 0.42 | 0 | 0.67 | 212.81 | 0.62 | 0.2 |
| Hex | 14 | 31 | 54 | 4C | 2A | 0 | 43 | D5 | 3E | 14 |
| Octal | 24 | 61 | 124 | 114 | 52 | 0 | 103 | 325 | 76 | 24 |
| Binary | 10100 | 110001 | 1010100 | 1001100 | 101010 | 0 | 1000011 | 11010101 | 111110 | 10100 |
Color Harmonies of #143154
Complementary color
Monochromatic Colors of #143154
Black with #143154
Text Example
Text Example
White with #143154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143154; }
p { color: rgb(20,49,84); }
H1.HeaderClassName
{
color: #143154;
}
.AnyTagClassName
{
color: #143154;
}
</style>
background-color css
<style>
a { background-color: #143154; }
a { background-color: rgb(20,49,84); }
div.DivClassName
{
background-color: #143154;
}
.BgClassName
{
background-color: #143154;
}
</style>
border-color css
<style>
span { border-color: #143154; }
span { border-color: rgb(20,49,84); }
td.TdClassName
{
border-color: #143154;
}
.TagClassName
{
border-color: #143154;
}
</style>