Shades of Regal Blue #143E5D
Tints of Regal Blue #143E5D
RGB
CMYK
RGB Variations
Color information
#143E5D (or 0x143E5D) is known color: Regal Blue. HEX triplet: 14, 3E and 5D. RGB value is (20,62,93). Sum of RGB (Red+Green+Blue) = 20+62+93=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 62 (24.61% from 255 or 35.43% from 175); Blue value is 93 (36.72% from 255 or 53.14% from 175); Max value from RGB is 93 - color contains mainly: blue. Hex color #143E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143E5D is #EBC1A2. Grayscale: #343434. Windows color (decimal): -15450531 or 6110740. OLE color: 6110740.
HSL color Cylindrical-coordinate representation of color #143E5D: hue angle of 205.48º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #143E5D is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 62 | 93 | - |
| CMYK | 0.78 | 0.33 | 0 | 0.64 |
| HSL | 205.48º | 0.65% | 0.22% | - |
| HSV(B) | 205.48º | 0.78% | 0.36% | - |
| XYZ | 3.99 | 4.38 | 10.99 | - |
| YUV | 52.98 | 150.59 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 62 | 93 | 0.78 | 0.33 | 0 | 0.64 | 205.48 | 0.65 | 0.22 |
| Hex | 14 | 3E | 5D | 4E | 21 | 0 | 40 | CD | 41 | 16 |
| Octal | 24 | 76 | 135 | 116 | 41 | 0 | 100 | 315 | 101 | 26 |
| Binary | 10100 | 111110 | 1011101 | 1001110 | 100001 | 0 | 1000000 | 11001101 | 1000001 | 10110 |
Color Harmonies of #143E5D
Complementary color
Monochromatic Colors of #143E5D
Black with #143E5D
Text Example
Text Example
White with #143E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143E5D; }
p { color: rgb(20,62,93); }
H1.HeaderClassName
{
color: #143E5D;
}
.AnyTagClassName
{
color: #143E5D;
}
</style>
background-color css
<style>
a { background-color: #143E5D; }
a { background-color: rgb(20,62,93); }
div.DivClassName
{
background-color: #143E5D;
}
.BgClassName
{
background-color: #143E5D;
}
</style>
border-color css
<style>
span { border-color: #143E5D; }
span { border-color: rgb(20,62,93); }
td.TdClassName
{
border-color: #143E5D;
}
.TagClassName
{
border-color: #143E5D;
}
</style>