Shades of Smalt #13268C
Tints of Smalt #13268C
RGB
CMYK
RGB Variations
Color information
#13268C (or 0x13268C) is known color: Smalt. HEX triplet: 13, 26 and 8C. RGB value is (19,38,140). Sum of RGB (Red+Green+Blue) = 19+38+140=197 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.64% from 197); Green value is 38 (15.23% from 255 or 19.29% from 197); Blue value is 140 (55.08% from 255 or 71.07% from 197); Max value from RGB is 140 - color contains mainly: blue. Hex color #13268C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13268C is #ECD973. Grayscale: #2B2B2B. Windows color (decimal): -15522164 or 9184787. OLE color: 9184787.
HSL color Cylindrical-coordinate representation of color #13268C: hue angle of 230.58º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13268C is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 19 | 38 | 140 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.45 |
| HSL | 230.58º | 0.76% | 0.31% | - |
| HSV(B) | 230.58º | 0.86% | 0.55% | - |
| XYZ | 5.7 | 3.42 | 25.17 | - |
| YUV | 43.95 | 182.21 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 38 | 140 | 0.86 | 0.73 | 0 | 0.45 | 230.58 | 0.76 | 0.31 |
| Hex | 13 | 26 | 8C | 56 | 49 | 0 | 2D | E7 | 4C | 1F |
| Octal | 23 | 46 | 214 | 126 | 111 | 0 | 55 | 347 | 114 | 37 |
| Binary | 10011 | 100110 | 10001100 | 1010110 | 1001001 | 0 | 101101 | 11100111 | 1001100 | 11111 |
Color Harmonies of #13268C
Complementary color
Monochromatic Colors of #13268C
Black with #13268C
Text Example
Text Example
White with #13268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13268C; }
p { color: rgb(19,38,140); }
H1.HeaderClassName
{
color: #13268C;
}
.AnyTagClassName
{
color: #13268C;
}
</style>
background-color css
<style>
a { background-color: #13268C; }
a { background-color: rgb(19,38,140); }
div.DivClassName
{
background-color: #13268C;
}
.BgClassName
{
background-color: #13268C;
}
</style>
border-color css
<style>
span { border-color: #13268C; }
span { border-color: rgb(19,38,140); }
td.TdClassName
{
border-color: #13268C;
}
.TagClassName
{
border-color: #13268C;
}
</style>