Shades of Smalt #142F89
Tints of Smalt #142F89
RGB
CMYK
RGB Variations
Color information
#142F89 (or 0x142F89) is known color: Smalt. HEX triplet: 14, 2F and 89. RGB value is (20,47,137). Sum of RGB (Red+Green+Blue) = 20+47+137=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 137 (53.91% from 255 or 67.16% from 204); Max value from RGB is 137 - color contains mainly: blue. Hex color #142F89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142F89 is #EBD076. Grayscale: #303030. Windows color (decimal): -15454327 or 8990484. OLE color: 8990484.
HSL color Cylindrical-coordinate representation of color #142F89: hue angle of 226.15º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #142F89 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 47 | 137 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.46 |
| HSL | 226.15º | 0.75% | 0.31% | - |
| HSV(B) | 226.15º | 0.85% | 0.54% | - |
| XYZ | 5.82 | 3.99 | 24.13 | - |
| YUV | 49.19 | 177.55 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 47 | 137 | 0.85 | 0.66 | 0 | 0.46 | 226.15 | 0.75 | 0.31 |
| Hex | 14 | 2F | 89 | 55 | 42 | 0 | 2E | E2 | 4B | 1F |
| Octal | 24 | 57 | 211 | 125 | 102 | 0 | 56 | 342 | 113 | 37 |
| Binary | 10100 | 101111 | 10001001 | 1010101 | 1000010 | 0 | 101110 | 11100010 | 1001011 | 11111 |
Color Harmonies of #142F89
Complementary color
Monochromatic Colors of #142F89
Black with #142F89
Text Example
Text Example
White with #142F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142F89; }
p { color: rgb(20,47,137); }
H1.HeaderClassName
{
color: #142F89;
}
.AnyTagClassName
{
color: #142F89;
}
</style>
background-color css
<style>
a { background-color: #142F89; }
a { background-color: rgb(20,47,137); }
div.DivClassName
{
background-color: #142F89;
}
.BgClassName
{
background-color: #142F89;
}
</style>
border-color css
<style>
span { border-color: #142F89; }
span { border-color: rgb(20,47,137); }
td.TdClassName
{
border-color: #142F89;
}
.TagClassName
{
border-color: #142F89;
}
</style>