Shades of Regal Blue #143C52
Tints of Regal Blue #143C52
RGB
CMYK
RGB Variations
Color information
#143C52 (or 0x143C52) is known color: Regal Blue. HEX triplet: 14, 3C and 52. RGB value is (20,60,82). Sum of RGB (Red+Green+Blue) = 20+60+82=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 82 (32.42% from 255 or 50.62% from 162); Max value from RGB is 82 - color contains mainly: blue. Hex color #143C52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143C52 is #EBC3AD. Grayscale: #323232. Windows color (decimal): -15451054 or 5389332. OLE color: 5389332.
HSL color Cylindrical-coordinate representation of color #143C52: hue angle of 201.29º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #143C52 is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 60 | 82 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.68 |
| HSL | 201.29º | 0.61% | 0.2% | - |
| HSV(B) | 201.29º | 0.76% | 0.32% | - |
| XYZ | 3.43 | 3.99 | 8.57 | - |
| YUV | 50.55 | 145.75 | 106.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 60 | 82 | 0.76 | 0.27 | 0 | 0.68 | 201.29 | 0.61 | 0.2 |
| Hex | 14 | 3C | 52 | 4C | 1B | 0 | 44 | C9 | 3D | 14 |
| Octal | 24 | 74 | 122 | 114 | 33 | 0 | 104 | 311 | 75 | 24 |
| Binary | 10100 | 111100 | 1010010 | 1001100 | 11011 | 0 | 1000100 | 11001001 | 111101 | 10100 |
Color Harmonies of #143C52
Complementary color
Monochromatic Colors of #143C52
Black with #143C52
Text Example
Text Example
White with #143C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143C52; }
p { color: rgb(20,60,82); }
H1.HeaderClassName
{
color: #143C52;
}
.AnyTagClassName
{
color: #143C52;
}
</style>
background-color css
<style>
a { background-color: #143C52; }
a { background-color: rgb(20,60,82); }
div.DivClassName
{
background-color: #143C52;
}
.BgClassName
{
background-color: #143C52;
}
</style>
border-color css
<style>
span { border-color: #143C52; }
span { border-color: rgb(20,60,82); }
td.TdClassName
{
border-color: #143C52;
}
.TagClassName
{
border-color: #143C52;
}
</style>