Shades of Smalt #134394
Tints of Smalt #134394
RGB
CMYK
RGB Variations
Color information
#134394 (or 0x134394) is known color: Smalt. HEX triplet: 13, 43 and 94. RGB value is (19,67,148). Sum of RGB (Red+Green+Blue) = 19+67+148=234 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.12% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 148 (58.20% from 255 or 63.25% from 234); Max value from RGB is 148 - color contains mainly: blue. Hex color #134394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134394 is #ECBC6B. Grayscale: #3D3D3D. Windows color (decimal): -15514732 or 9716499. OLE color: 9716499.
HSL color Cylindrical-coordinate representation of color #134394: hue angle of 217.67º 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 #134394 is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 67 | 148 | - |
| CMYK | 0.87 | 0.55 | 0 | 0.42 |
| HSL | 217.67º | 0.77% | 0.33% | - |
| HSV(B) | 217.67º | 0.87% | 0.58% | - |
| XYZ | 7.62 | 6.29 | 28.83 | - |
| YUV | 61.88 | 176.6 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 148 | 0.87 | 0.55 | 0 | 0.42 | 217.67 | 0.77 | 0.33 |
| Hex | 13 | 43 | 94 | 57 | 37 | 0 | 2A | DA | 4D | 21 |
| Octal | 23 | 103 | 224 | 127 | 67 | 0 | 52 | 332 | 115 | 41 |
| Binary | 10011 | 1000011 | 10010100 | 1010111 | 110111 | 0 | 101010 | 11011010 | 1001101 | 100001 |
Color Harmonies of #134394
Complementary color
Monochromatic Colors of #134394
Black with #134394
Text Example
Text Example
White with #134394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134394; }
p { color: rgb(19,67,148); }
H1.HeaderClassName
{
color: #134394;
}
.AnyTagClassName
{
color: #134394;
}
</style>
background-color css
<style>
a { background-color: #134394; }
a { background-color: rgb(19,67,148); }
div.DivClassName
{
background-color: #134394;
}
.BgClassName
{
background-color: #134394;
}
</style>
border-color css
<style>
span { border-color: #134394; }
span { border-color: rgb(19,67,148); }
td.TdClassName
{
border-color: #134394;
}
.TagClassName
{
border-color: #134394;
}
</style>