Shades of Smalt #143F92
Tints of Smalt #143F92
RGB
CMYK
RGB Variations
Color information
#143F92 (or 0x143F92) is known color: Smalt. HEX triplet: 14, 3F and 92. RGB value is (20,63,146). Sum of RGB (Red+Green+Blue) = 20+63+146=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #143F92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143F92 is #EBC06D. Grayscale: #3B3B3B. Windows color (decimal): -15450222 or 9584404. OLE color: 9584404.
HSL color Cylindrical-coordinate representation of color #143F92: hue angle of 219.52º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #143F92 is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 63 | 146 | - |
| CMYK | 0.86 | 0.57 | 0 | 0.43 |
| HSL | 219.52º | 0.76% | 0.33% | - |
| HSV(B) | 219.52º | 0.86% | 0.57% | - |
| XYZ | 7.25 | 5.78 | 27.93 | - |
| YUV | 59.61 | 176.75 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 63 | 146 | 0.86 | 0.57 | 0 | 0.43 | 219.52 | 0.76 | 0.33 |
| Hex | 14 | 3F | 92 | 56 | 39 | 0 | 2B | DC | 4C | 21 |
| Octal | 24 | 77 | 222 | 126 | 71 | 0 | 53 | 334 | 114 | 41 |
| Binary | 10100 | 111111 | 10010010 | 1010110 | 111001 | 0 | 101011 | 11011100 | 1001100 | 100001 |
Color Harmonies of #143F92
Complementary color
Monochromatic Colors of #143F92
Black with #143F92
Text Example
Text Example
White with #143F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143F92; }
p { color: rgb(20,63,146); }
H1.HeaderClassName
{
color: #143F92;
}
.AnyTagClassName
{
color: #143F92;
}
</style>
background-color css
<style>
a { background-color: #143F92; }
a { background-color: rgb(20,63,146); }
div.DivClassName
{
background-color: #143F92;
}
.BgClassName
{
background-color: #143F92;
}
</style>
border-color css
<style>
span { border-color: #143F92; }
span { border-color: rgb(20,63,146); }
td.TdClassName
{
border-color: #143F92;
}
.TagClassName
{
border-color: #143F92;
}
</style>