Shades of Regal Blue #143255
Tints of Regal Blue #143255
RGB
CMYK
RGB Variations
Color information
#143255 (or 0x143255) is known color: Regal Blue. HEX triplet: 14, 32 and 55. RGB value is (20,50,85). Sum of RGB (Red+Green+Blue) = 20+50+85=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 85 (33.59% from 255 or 54.84% from 155); Max value from RGB is 85 - color contains mainly: blue. Hex color #143255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143255 is #EBCDAA. Grayscale: #2C2C2C. Windows color (decimal): -15453611 or 5583380. OLE color: 5583380.
HSL color Cylindrical-coordinate representation of color #143255: hue angle of 212.31º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #143255 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 50 | 85 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.67 |
| HSL | 212.31º | 0.62% | 0.21% | - |
| HSV(B) | 212.31º | 0.76% | 0.33% | - |
| XYZ | 3.07 | 3.09 | 9.03 | - |
| YUV | 45.02 | 150.56 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 50 | 85 | 0.76 | 0.41 | 0 | 0.67 | 212.31 | 0.62 | 0.21 |
| Hex | 14 | 32 | 55 | 4C | 29 | 0 | 43 | D4 | 3E | 15 |
| Octal | 24 | 62 | 125 | 114 | 51 | 0 | 103 | 324 | 76 | 25 |
| Binary | 10100 | 110010 | 1010101 | 1001100 | 101001 | 0 | 1000011 | 11010100 | 111110 | 10101 |
Color Harmonies of #143255
Complementary color
Monochromatic Colors of #143255
Black with #143255
Text Example
Text Example
White with #143255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143255; }
p { color: rgb(20,50,85); }
H1.HeaderClassName
{
color: #143255;
}
.AnyTagClassName
{
color: #143255;
}
</style>
background-color css
<style>
a { background-color: #143255; }
a { background-color: rgb(20,50,85); }
div.DivClassName
{
background-color: #143255;
}
.BgClassName
{
background-color: #143255;
}
</style>
border-color css
<style>
span { border-color: #143255; }
span { border-color: rgb(20,50,85); }
td.TdClassName
{
border-color: #143255;
}
.TagClassName
{
border-color: #143255;
}
</style>