Shades of Smalt #14398F
Tints of Smalt #14398F
RGB
CMYK
RGB Variations
Color information
#14398F (or 0x14398F) is known color: Smalt. HEX triplet: 14, 39 and 8F. RGB value is (20,57,143). Sum of RGB (Red+Green+Blue) = 20+57+143=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 143 (56.25% from 255 or 65% from 220); Max value from RGB is 143 - color contains mainly: blue. Hex color #14398F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14398F is #EBC670. Grayscale: #373737. Windows color (decimal): -15451761 or 9386260. OLE color: 9386260.
HSL color Cylindrical-coordinate representation of color #14398F: hue angle of 221.95º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14398F is Cyan = 0.86, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 57 | 143 | - |
| CMYK | 0.86 | 0.60 | 0 | 0.44 |
| HSL | 221.95º | 0.75% | 0.32% | - |
| HSV(B) | 221.95º | 0.86% | 0.56% | - |
| XYZ | 6.71 | 5.06 | 26.61 | - |
| YUV | 55.74 | 177.24 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 57 | 143 | 0.86 | 0.60 | 0 | 0.44 | 221.95 | 0.75 | 0.32 |
| Hex | 14 | 39 | 8F | 56 | 3C | 0 | 2C | DE | 4B | 20 |
| Octal | 24 | 71 | 217 | 126 | 74 | 0 | 54 | 336 | 113 | 40 |
| Binary | 10100 | 111001 | 10001111 | 1010110 | 111100 | 0 | 101100 | 11011110 | 1001011 | 100000 |
Color Harmonies of #14398F
Complementary color
Monochromatic Colors of #14398F
Black with #14398F
Text Example
Text Example
White with #14398F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14398F; }
p { color: rgb(20,57,143); }
H1.HeaderClassName
{
color: #14398F;
}
.AnyTagClassName
{
color: #14398F;
}
</style>
background-color css
<style>
a { background-color: #14398F; }
a { background-color: rgb(20,57,143); }
div.DivClassName
{
background-color: #14398F;
}
.BgClassName
{
background-color: #14398F;
}
</style>
border-color css
<style>
span { border-color: #14398F; }
span { border-color: rgb(20,57,143); }
td.TdClassName
{
border-color: #14398F;
}
.TagClassName
{
border-color: #14398F;
}
</style>