Shades of Smalt #14308A
Tints of Smalt #14308A
RGB
CMYK
RGB Variations
Color information
#14308A (or 0x14308A) is known color: Smalt. HEX triplet: 14, 30 and 8A. RGB value is (20,48,138). Sum of RGB (Red+Green+Blue) = 20+48+138=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 138 (54.30% from 255 or 66.99% from 206); Max value from RGB is 138 - color contains mainly: blue. Hex color #14308A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14308A is #EBCF75. Grayscale: #313131. Windows color (decimal): -15454070 or 9056276. OLE color: 9056276.
HSL color Cylindrical-coordinate representation of color #14308A: hue angle of 225.76º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14308A is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 20 | 48 | 138 | - |
| CMYK | 0.86 | 0.65 | 0 | 0.46 |
| HSL | 225.76º | 0.75% | 0.31% | - |
| HSV(B) | 225.76º | 0.86% | 0.54% | - |
| XYZ | 5.93 | 4.1 | 24.52 | - |
| YUV | 49.89 | 177.72 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 48 | 138 | 0.86 | 0.65 | 0 | 0.46 | 225.76 | 0.75 | 0.31 |
| Hex | 14 | 30 | 8A | 56 | 41 | 0 | 2E | E2 | 4B | 1F |
| Octal | 24 | 60 | 212 | 126 | 101 | 0 | 56 | 342 | 113 | 37 |
| Binary | 10100 | 110000 | 10001010 | 1010110 | 1000001 | 0 | 101110 | 11100010 | 1001011 | 11111 |
Color Harmonies of #14308A
Complementary color
Monochromatic Colors of #14308A
Black with #14308A
Text Example
Text Example
White with #14308A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14308A; }
p { color: rgb(20,48,138); }
H1.HeaderClassName
{
color: #14308A;
}
.AnyTagClassName
{
color: #14308A;
}
</style>
background-color css
<style>
a { background-color: #14308A; }
a { background-color: rgb(20,48,138); }
div.DivClassName
{
background-color: #14308A;
}
.BgClassName
{
background-color: #14308A;
}
</style>
border-color css
<style>
span { border-color: #14308A; }
span { border-color: rgb(20,48,138); }
td.TdClassName
{
border-color: #14308A;
}
.TagClassName
{
border-color: #14308A;
}
</style>