Shades of Regal Blue #143C5D
Tints of Regal Blue #143C5D
RGB
CMYK
RGB Variations
Color information
#143C5D (or 0x143C5D) is known color: Regal Blue. HEX triplet: 14, 3C and 5D. RGB value is (20,60,93). Sum of RGB (Red+Green+Blue) = 20+60+93=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 60 (23.83% from 255 or 34.68% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #143C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C5D is #EBC3A2. Grayscale: #333333. Windows color (decimal): -15451043 or 6110228. OLE color: 6110228.
HSL color Cylindrical-coordinate representation of color #143C5D: hue angle of 207.12º 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 #143C5D is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 60 | 93 | - |
| CMYK | 0.78 | 0.35 | 0 | 0.64 |
| HSL | 207.12º | 0.65% | 0.22% | - |
| HSV(B) | 207.12º | 0.78% | 0.36% | - |
| XYZ | 3.88 | 4.17 | 10.96 | - |
| YUV | 51.8 | 151.25 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 93 | 0.78 | 0.35 | 0 | 0.64 | 207.12 | 0.65 | 0.22 |
| Hex | 14 | 3C | 5D | 4E | 23 | 0 | 40 | CF | 41 | 16 |
| Octal | 24 | 74 | 135 | 116 | 43 | 0 | 100 | 317 | 101 | 26 |
| Binary | 10100 | 111100 | 1011101 | 1001110 | 100011 | 0 | 1000000 | 11001111 | 1000001 | 10110 |
Color Harmonies of #143C5D
Complementary color
Monochromatic Colors of #143C5D
Black with #143C5D
Text Example
Text Example
White with #143C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C5D; }
p { color: rgb(20,60,93); }
H1.HeaderClassName
{
color: #143C5D;
}
.AnyTagClassName
{
color: #143C5D;
}
</style>
background-color css
<style>
a { background-color: #143C5D; }
a { background-color: rgb(20,60,93); }
div.DivClassName
{
background-color: #143C5D;
}
.BgClassName
{
background-color: #143C5D;
}
</style>
border-color css
<style>
span { border-color: #143C5D; }
span { border-color: rgb(20,60,93); }
td.TdClassName
{
border-color: #143C5D;
}
.TagClassName
{
border-color: #143C5D;
}
</style>