Shades of Smalt #14378C
Tints of Smalt #14378C
RGB
CMYK
RGB Variations
Color information
#14378C (or 0x14378C) is known color: Smalt. HEX triplet: 14, 37 and 8C. RGB value is (20,55,140). Sum of RGB (Red+Green+Blue) = 20+55+140=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 140 (55.08% from 255 or 65.12% from 215); Max value from RGB is 140 - color contains mainly: blue. Hex color #14378C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14378C is #EBC873. Grayscale: #353535. Windows color (decimal): -15452276 or 9189140. OLE color: 9189140.
HSL color Cylindrical-coordinate representation of color #14378C: hue angle of 222.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14378C is Cyan = 0.86, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 55 | 140 | - |
| CMYK | 0.86 | 0.61 | 0 | 0.45 |
| HSL | 222.5º | 0.75% | 0.31% | - |
| HSV(B) | 222.5º | 0.86% | 0.55% | - |
| XYZ | 6.39 | 4.77 | 25.4 | - |
| YUV | 54.23 | 176.4 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 55 | 140 | 0.86 | 0.61 | 0 | 0.45 | 222.5 | 0.75 | 0.31 |
| Hex | 14 | 37 | 8C | 56 | 3D | 0 | 2D | DE | 4B | 1F |
| Octal | 24 | 67 | 214 | 126 | 75 | 0 | 55 | 336 | 113 | 37 |
| Binary | 10100 | 110111 | 10001100 | 1010110 | 111101 | 0 | 101101 | 11011110 | 1001011 | 11111 |
Color Harmonies of #14378C
Complementary color
Monochromatic Colors of #14378C
Black with #14378C
Text Example
Text Example
White with #14378C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14378C; }
p { color: rgb(20,55,140); }
H1.HeaderClassName
{
color: #14378C;
}
.AnyTagClassName
{
color: #14378C;
}
</style>
background-color css
<style>
a { background-color: #14378C; }
a { background-color: rgb(20,55,140); }
div.DivClassName
{
background-color: #14378C;
}
.BgClassName
{
background-color: #14378C;
}
</style>
border-color css
<style>
span { border-color: #14378C; }
span { border-color: rgb(20,55,140); }
td.TdClassName
{
border-color: #14378C;
}
.TagClassName
{
border-color: #14378C;
}
</style>