Shades of Smalt #14308C
Tints of Smalt #14308C
RGB
CMYK
RGB Variations
Color information
#14308C (or 0x14308C) is known color: Smalt. HEX triplet: 14, 30 and 8C. RGB value is (20,48,140). Sum of RGB (Red+Green+Blue) = 20+48+140=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 140 (55.08% from 255 or 67.31% from 208); Max value from RGB is 140 - color contains mainly: blue. Hex color #14308C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14308C is #EBCF73. Grayscale: #313131. Windows color (decimal): -15454068 or 9187348. OLE color: 9187348.
HSL color Cylindrical-coordinate representation of color #14308C: hue angle of 226º 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 #14308C is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 48 | 140 | - |
| CMYK | 0.86 | 0.66 | 0 | 0.45 |
| HSL | 226º | 0.75% | 0.31% | - |
| HSV(B) | 226º | 0.86% | 0.55% | - |
| XYZ | 6.08 | 4.16 | 25.29 | - |
| YUV | 50.12 | 178.72 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 48 | 140 | 0.86 | 0.66 | 0 | 0.45 | 226 | 0.75 | 0.31 |
| Hex | 14 | 30 | 8C | 56 | 42 | 0 | 2D | E2 | 4B | 1F |
| Octal | 24 | 60 | 214 | 126 | 102 | 0 | 55 | 342 | 113 | 37 |
| Binary | 10100 | 110000 | 10001100 | 1010110 | 1000010 | 0 | 101101 | 11100010 | 1001011 | 11111 |
Color Harmonies of #14308C
Complementary color
Monochromatic Colors of #14308C
Black with #14308C
Text Example
Text Example
White with #14308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14308C; }
p { color: rgb(20,48,140); }
H1.HeaderClassName
{
color: #14308C;
}
.AnyTagClassName
{
color: #14308C;
}
</style>
background-color css
<style>
a { background-color: #14308C; }
a { background-color: rgb(20,48,140); }
div.DivClassName
{
background-color: #14308C;
}
.BgClassName
{
background-color: #14308C;
}
</style>
border-color css
<style>
span { border-color: #14308C; }
span { border-color: rgb(20,48,140); }
td.TdClassName
{
border-color: #14308C;
}
.TagClassName
{
border-color: #14308C;
}
</style>