Shades of Regal Blue #143252
Tints of Regal Blue #143252
RGB
CMYK
RGB Variations
Color information
#143252 (or 0x143252) is known color: Regal Blue. HEX triplet: 14, 32 and 52. RGB value is (20,50,82). Sum of RGB (Red+Green+Blue) = 20+50+82=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 82 (32.42% from 255 or 53.95% from 152); Max value from RGB is 82 - color contains mainly: blue. Hex color #143252 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143252 is #EBCDAD. Grayscale: #2C2C2C. Windows color (decimal): -15453614 or 5386772. OLE color: 5386772.
HSL color Cylindrical-coordinate representation of color #143252: hue angle of 210.97º 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 #143252 is Cyan = 0.76, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 50 | 82 | - |
| CMYK | 0.76 | 0.39 | 0 | 0.68 |
| HSL | 210.97º | 0.61% | 0.2% | - |
| HSV(B) | 210.97º | 0.76% | 0.32% | - |
| XYZ | 2.95 | 3.04 | 8.41 | - |
| YUV | 44.68 | 149.06 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 50 | 82 | 0.76 | 0.39 | 0 | 0.68 | 210.97 | 0.61 | 0.2 |
| Hex | 14 | 32 | 52 | 4C | 27 | 0 | 44 | D3 | 3D | 14 |
| Octal | 24 | 62 | 122 | 114 | 47 | 0 | 104 | 323 | 75 | 24 |
| Binary | 10100 | 110010 | 1010010 | 1001100 | 100111 | 0 | 1000100 | 11010011 | 111101 | 10100 |
Color Harmonies of #143252
Complementary color
Monochromatic Colors of #143252
Black with #143252
Text Example
Text Example
White with #143252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143252; }
p { color: rgb(20,50,82); }
H1.HeaderClassName
{
color: #143252;
}
.AnyTagClassName
{
color: #143252;
}
</style>
background-color css
<style>
a { background-color: #143252; }
a { background-color: rgb(20,50,82); }
div.DivClassName
{
background-color: #143252;
}
.BgClassName
{
background-color: #143252;
}
</style>
border-color css
<style>
span { border-color: #143252; }
span { border-color: rgb(20,50,82); }
td.TdClassName
{
border-color: #143252;
}
.TagClassName
{
border-color: #143252;
}
</style>