Shades of Regal Blue #143C53
Tints of Regal Blue #143C53
RGB
CMYK
RGB Variations
Color information
#143C53 (or 0x143C53) is known color: Regal Blue. HEX triplet: 14, 3C and 53. RGB value is (20,60,83). Sum of RGB (Red+Green+Blue) = 20+60+83=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 60 (23.83% from 255 or 36.81% from 163); Blue value is 83 (32.81% from 255 or 50.92% from 163); Max value from RGB is 83 - color contains mainly: blue. Hex color #143C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C53 is #EBC3AC. Grayscale: #323232. Windows color (decimal): -15451053 or 5454868. OLE color: 5454868.
HSL color Cylindrical-coordinate representation of color #143C53: hue angle of 201.9º degrees, saturation: 0.61, 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 #143C53 is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 60 | 83 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.67 |
| HSL | 201.9º | 0.61% | 0.2% | - |
| HSV(B) | 201.9º | 0.76% | 0.33% | - |
| XYZ | 3.47 | 4 | 8.77 | - |
| YUV | 50.66 | 146.25 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 83 | 0.76 | 0.28 | 0 | 0.67 | 201.9 | 0.61 | 0.2 |
| Hex | 14 | 3C | 53 | 4C | 1C | 0 | 43 | CA | 3D | 14 |
| Octal | 24 | 74 | 123 | 114 | 34 | 0 | 103 | 312 | 75 | 24 |
| Binary | 10100 | 111100 | 1010011 | 1001100 | 11100 | 0 | 1000011 | 11001010 | 111101 | 10100 |
Color Harmonies of #143C53
Complementary color
Monochromatic Colors of #143C53
Black with #143C53
Text Example
Text Example
White with #143C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C53; }
p { color: rgb(20,60,83); }
H1.HeaderClassName
{
color: #143C53;
}
.AnyTagClassName
{
color: #143C53;
}
</style>
background-color css
<style>
a { background-color: #143C53; }
a { background-color: rgb(20,60,83); }
div.DivClassName
{
background-color: #143C53;
}
.BgClassName
{
background-color: #143C53;
}
</style>
border-color css
<style>
span { border-color: #143C53; }
span { border-color: rgb(20,60,83); }
td.TdClassName
{
border-color: #143C53;
}
.TagClassName
{
border-color: #143C53;
}
</style>