Shades of Regal Blue #143654
Tints of Regal Blue #143654
RGB
CMYK
RGB Variations
Color information
#143654 (or 0x143654) is known color: Regal Blue. HEX triplet: 14, 36 and 54. RGB value is (20,54,84). Sum of RGB (Red+Green+Blue) = 20+54+84=158 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.66% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 84 (33.20% from 255 or 53.16% from 158); Max value from RGB is 84 - color contains mainly: blue. Hex color #143654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143654 is #EBC9AB. Grayscale: #2F2F2F. Windows color (decimal): -15452588 or 5518868. OLE color: 5518868.
HSL color Cylindrical-coordinate representation of color #143654: hue angle of 208.12º 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 #143654 is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 54 | 84 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.67 |
| HSL | 208.13º | 0.62% | 0.2% | - |
| HSV(B) | 208.13º | 0.76% | 0.33% | - |
| XYZ | 3.21 | 3.43 | 8.88 | - |
| YUV | 47.25 | 148.74 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 84 | 0.76 | 0.36 | 0 | 0.67 | 208.13 | 0.62 | 0.2 |
| Hex | 14 | 36 | 54 | 4C | 24 | 0 | 43 | D0 | 3E | 14 |
| Octal | 24 | 66 | 124 | 114 | 44 | 0 | 103 | 320 | 76 | 24 |
| Binary | 10100 | 110110 | 1010100 | 1001100 | 100100 | 0 | 1000011 | 11010000 | 111110 | 10100 |
Color Harmonies of #143654
Complementary color
Monochromatic Colors of #143654
Black with #143654
Text Example
Text Example
White with #143654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143654; }
p { color: rgb(20,54,84); }
H1.HeaderClassName
{
color: #143654;
}
.AnyTagClassName
{
color: #143654;
}
</style>
background-color css
<style>
a { background-color: #143654; }
a { background-color: rgb(20,54,84); }
div.DivClassName
{
background-color: #143654;
}
.BgClassName
{
background-color: #143654;
}
</style>
border-color css
<style>
span { border-color: #143654; }
span { border-color: rgb(20,54,84); }
td.TdClassName
{
border-color: #143654;
}
.TagClassName
{
border-color: #143654;
}
</style>