Shades of Regal Blue #143E54
Tints of Regal Blue #143E54
RGB
CMYK
RGB Variations
Color information
#143E54 (or 0x143E54) is known color: Regal Blue. HEX triplet: 14, 3E and 54. RGB value is (20,62,84). Sum of RGB (Red+Green+Blue) = 20+62+84=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 62 (24.61% from 255 or 37.35% from 166); Blue value is 84 (33.20% from 255 or 50.60% from 166); Max value from RGB is 84 - color contains mainly: blue. Hex color #143E54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143E54 is #EBC1AB. Grayscale: #333333. Windows color (decimal): -15450540 or 5520916. OLE color: 5520916.
HSL color Cylindrical-coordinate representation of color #143E54: hue angle of 200.62º 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 #143E54 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 62 | 84 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.67 |
| HSL | 200.63º | 0.62% | 0.2% | - |
| HSV(B) | 200.63º | 0.76% | 0.33% | - |
| XYZ | 3.61 | 4.23 | 9.01 | - |
| YUV | 51.95 | 146.09 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 62 | 84 | 0.76 | 0.26 | 0 | 0.67 | 200.63 | 0.62 | 0.2 |
| Hex | 14 | 3E | 54 | 4C | 1A | 0 | 43 | C9 | 3E | 14 |
| Octal | 24 | 76 | 124 | 114 | 32 | 0 | 103 | 311 | 76 | 24 |
| Binary | 10100 | 111110 | 1010100 | 1001100 | 11010 | 0 | 1000011 | 11001001 | 111110 | 10100 |
Color Harmonies of #143E54
Complementary color
Monochromatic Colors of #143E54
Black with #143E54
Text Example
Text Example
White with #143E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143E54; }
p { color: rgb(20,62,84); }
H1.HeaderClassName
{
color: #143E54;
}
.AnyTagClassName
{
color: #143E54;
}
</style>
background-color css
<style>
a { background-color: #143E54; }
a { background-color: rgb(20,62,84); }
div.DivClassName
{
background-color: #143E54;
}
.BgClassName
{
background-color: #143E54;
}
</style>
border-color css
<style>
span { border-color: #143E54; }
span { border-color: rgb(20,62,84); }
td.TdClassName
{
border-color: #143E54;
}
.TagClassName
{
border-color: #143E54;
}
</style>