Shades of Smalt #134395
Tints of Smalt #134395
RGB
CMYK
RGB Variations
Color information
#134395 (or 0x134395) is known color: Smalt. HEX triplet: 13, 43 and 95. RGB value is (19,67,149). Sum of RGB (Red+Green+Blue) = 19+67+149=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 149 (58.59% from 255 or 63.40% from 235); Max value from RGB is 149 - color contains mainly: blue. Hex color #134395 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #134395 is #ECBC6A. Grayscale: #3D3D3D. Windows color (decimal): -15514731 or 9782035. OLE color: 9782035.
HSL color Cylindrical-coordinate representation of color #134395: hue angle of 217.85º 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 #134395 is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 19 | 67 | 149 | - |
| CMYK | 0.87 | 0.55 | 0 | 0.42 |
| HSL | 217.85º | 0.77% | 0.33% | - |
| HSV(B) | 217.85º | 0.87% | 0.58% | - |
| XYZ | 7.7 | 6.32 | 29.25 | - |
| YUV | 62 | 177.1 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 67 | 149 | 0.87 | 0.55 | 0 | 0.42 | 217.85 | 0.77 | 0.33 |
| Hex | 13 | 43 | 95 | 57 | 37 | 0 | 2A | DA | 4D | 21 |
| Octal | 23 | 103 | 225 | 127 | 67 | 0 | 52 | 332 | 115 | 41 |
| Binary | 10011 | 1000011 | 10010101 | 1010111 | 110111 | 0 | 101010 | 11011010 | 1001101 | 100001 |
Color Harmonies of #134395
Complementary color
Monochromatic Colors of #134395
Black with #134395
Text Example
Text Example
White with #134395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #134395; }
p { color: rgb(19,67,149); }
H1.HeaderClassName
{
color: #134395;
}
.AnyTagClassName
{
color: #134395;
}
</style>
background-color css
<style>
a { background-color: #134395; }
a { background-color: rgb(19,67,149); }
div.DivClassName
{
background-color: #134395;
}
.BgClassName
{
background-color: #134395;
}
</style>
border-color css
<style>
span { border-color: #134395; }
span { border-color: rgb(19,67,149); }
td.TdClassName
{
border-color: #134395;
}
.TagClassName
{
border-color: #134395;
}
</style>