Shades of Smalt #193A8A
Tints of Smalt #193A8A
RGB
CMYK
RGB Variations
Color information
#193A8A (or 0x193A8A) is known color: Smalt. HEX triplet: 19, 3A and 8A. RGB value is (25,58,138). Sum of RGB (Red+Green+Blue) = 25+58+138=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 138 (54.30% from 255 or 62.44% from 221); Max value from RGB is 138 - color contains mainly: blue. Hex color #193A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #193A8A is #E6C575. Grayscale: #383838. Windows color (decimal): -15123830 or 9058841. OLE color: 9058841.
HSL color Cylindrical-coordinate representation of color #193A8A: hue angle of 222.48º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #193A8A is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 25 | 58 | 138 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.46 |
| HSL | 222.48º | 0.69% | 0.32% | - |
| HSV(B) | 222.48º | 0.82% | 0.54% | - |
| XYZ | 6.5 | 5.07 | 24.68 | - |
| YUV | 57.25 | 173.57 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 58 | 138 | 0.82 | 0.58 | 0 | 0.46 | 222.48 | 0.69 | 0.32 |
| Hex | 19 | 3A | 8A | 52 | 3A | 0 | 2E | DE | 45 | 20 |
| Octal | 31 | 72 | 212 | 122 | 72 | 0 | 56 | 336 | 105 | 40 |
| Binary | 11001 | 111010 | 10001010 | 1010010 | 111010 | 0 | 101110 | 11011110 | 1000101 | 100000 |
Color Harmonies of #193A8A
Complementary color
Monochromatic Colors of #193A8A
Black with #193A8A
Text Example
Text Example
White with #193A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193A8A; }
p { color: rgb(25,58,138); }
H1.HeaderClassName
{
color: #193A8A;
}
.AnyTagClassName
{
color: #193A8A;
}
</style>
background-color css
<style>
a { background-color: #193A8A; }
a { background-color: rgb(25,58,138); }
div.DivClassName
{
background-color: #193A8A;
}
.BgClassName
{
background-color: #193A8A;
}
</style>
border-color css
<style>
span { border-color: #193A8A; }
span { border-color: rgb(25,58,138); }
td.TdClassName
{
border-color: #193A8A;
}
.TagClassName
{
border-color: #193A8A;
}
</style>