Shades of Smalt #134393
Tints of Smalt #134393
RGB
CMYK
RGB Variations
Color information
#134393 (or 0x134393) is known color: Smalt. HEX triplet: 13, 43 and 93. RGB value is (19,67,147). Sum of RGB (Red+Green+Blue) = 19+67+147=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 147 (57.81% from 255 or 63.09% from 233); Max value from RGB is 147 - color contains mainly: blue. Hex color #134393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134393 is #ECBC6C. Grayscale: #3D3D3D. Windows color (decimal): -15514733 or 9650963. OLE color: 9650963.
HSL color Cylindrical-coordinate representation of color #134393: hue angle of 217.5º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #134393 is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 67 | 147 | - |
| CMYK | 0.87 | 0.54 | 0 | 0.42 |
| HSL | 217.5º | 0.77% | 0.33% | - |
| HSV(B) | 217.5º | 0.87% | 0.58% | - |
| XYZ | 7.54 | 6.26 | 28.41 | - |
| YUV | 61.77 | 176.1 | 97.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 147 | 0.87 | 0.54 | 0 | 0.42 | 217.5 | 0.77 | 0.33 |
| Hex | 13 | 43 | 93 | 57 | 36 | 0 | 2A | DA | 4D | 21 |
| Octal | 23 | 103 | 223 | 127 | 66 | 0 | 52 | 332 | 115 | 41 |
| Binary | 10011 | 1000011 | 10010011 | 1010111 | 110110 | 0 | 101010 | 11011010 | 1001101 | 100001 |
Color Harmonies of #134393
Complementary color
Monochromatic Colors of #134393
Black with #134393
Text Example
Text Example
White with #134393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134393; }
p { color: rgb(19,67,147); }
H1.HeaderClassName
{
color: #134393;
}
.AnyTagClassName
{
color: #134393;
}
</style>
background-color css
<style>
a { background-color: #134393; }
a { background-color: rgb(19,67,147); }
div.DivClassName
{
background-color: #134393;
}
.BgClassName
{
background-color: #134393;
}
</style>
border-color css
<style>
span { border-color: #134393; }
span { border-color: rgb(19,67,147); }
td.TdClassName
{
border-color: #134393;
}
.TagClassName
{
border-color: #134393;
}
</style>