Shades of Regal Blue #143D5D
Tints of Regal Blue #143D5D
RGB
CMYK
RGB Variations
Color information
#143D5D (or 0x143D5D) is known color: Regal Blue. HEX triplet: 14, 3D and 5D. RGB value is (20,61,93). Sum of RGB (Red+Green+Blue) = 20+61+93=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 93 (36.72% from 255 or 53.45% from 174); Max value from RGB is 93 - color contains mainly: blue. Hex color #143D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143D5D is #EBC2A2. Grayscale: #343434. Windows color (decimal): -15450787 or 6110484. OLE color: 6110484.
HSL color Cylindrical-coordinate representation of color #143D5D: hue angle of 206.3º 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 #143D5D is Cyan = 0.78, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 20 | 61 | 93 | - |
| CMYK | 0.78 | 0.34 | 0 | 0.64 |
| HSL | 206.3º | 0.65% | 0.22% | - |
| HSV(B) | 206.3º | 0.78% | 0.36% | - |
| XYZ | 3.93 | 4.28 | 10.97 | - |
| YUV | 52.39 | 150.92 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 61 | 93 | 0.78 | 0.34 | 0 | 0.64 | 206.3 | 0.65 | 0.22 |
| Hex | 14 | 3D | 5D | 4E | 22 | 0 | 40 | CE | 41 | 16 |
| Octal | 24 | 75 | 135 | 116 | 42 | 0 | 100 | 316 | 101 | 26 |
| Binary | 10100 | 111101 | 1011101 | 1001110 | 100010 | 0 | 1000000 | 11001110 | 1000001 | 10110 |
Color Harmonies of #143D5D
Complementary color
Monochromatic Colors of #143D5D
Black with #143D5D
Text Example
Text Example
White with #143D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143D5D; }
p { color: rgb(20,61,93); }
H1.HeaderClassName
{
color: #143D5D;
}
.AnyTagClassName
{
color: #143D5D;
}
</style>
background-color css
<style>
a { background-color: #143D5D; }
a { background-color: rgb(20,61,93); }
div.DivClassName
{
background-color: #143D5D;
}
.BgClassName
{
background-color: #143D5D;
}
</style>
border-color css
<style>
span { border-color: #143D5D; }
span { border-color: rgb(20,61,93); }
td.TdClassName
{
border-color: #143D5D;
}
.TagClassName
{
border-color: #143D5D;
}
</style>