Shades of Smalt #143288
Tints of Smalt #143288
RGB
CMYK
RGB Variations
Color information
#143288 (or 0x143288) is known color: Smalt. HEX triplet: 14, 32 and 88. RGB value is (20,50,136). Sum of RGB (Red+Green+Blue) = 20+50+136=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 136 (53.52% from 255 or 66.02% from 206); Max value from RGB is 136 - color contains mainly: blue. Hex color #143288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143288 is #EBCD77. Grayscale: #323232. Windows color (decimal): -15453560 or 8925716. OLE color: 8925716.
HSL color Cylindrical-coordinate representation of color #143288: hue angle of 224.48º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #143288 is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 20 | 50 | 136 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.47 |
| HSL | 224.48º | 0.74% | 0.31% | - |
| HSV(B) | 224.48º | 0.85% | 0.53% | - |
| XYZ | 5.87 | 4.21 | 23.8 | - |
| YUV | 50.83 | 176.06 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 50 | 136 | 0.85 | 0.63 | 0 | 0.47 | 224.48 | 0.74 | 0.31 |
| Hex | 14 | 32 | 88 | 55 | 3F | 0 | 2F | E0 | 4A | 1F |
| Octal | 24 | 62 | 210 | 125 | 77 | 0 | 57 | 340 | 112 | 37 |
| Binary | 10100 | 110010 | 10001000 | 1010101 | 111111 | 0 | 101111 | 11100000 | 1001010 | 11111 |
Color Harmonies of #143288
Complementary color
Monochromatic Colors of #143288
Black with #143288
Text Example
Text Example
White with #143288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143288; }
p { color: rgb(20,50,136); }
H1.HeaderClassName
{
color: #143288;
}
.AnyTagClassName
{
color: #143288;
}
</style>
background-color css
<style>
a { background-color: #143288; }
a { background-color: rgb(20,50,136); }
div.DivClassName
{
background-color: #143288;
}
.BgClassName
{
background-color: #143288;
}
</style>
border-color css
<style>
span { border-color: #143288; }
span { border-color: rgb(20,50,136); }
td.TdClassName
{
border-color: #143288;
}
.TagClassName
{
border-color: #143288;
}
</style>