Shades of Smalt #12328F
Tints of Smalt #12328F
RGB
CMYK
RGB Variations
Color information
#12328F (or 0x12328F) is known color: Smalt. HEX triplet: 12, 32 and 8F. RGB value is (18,50,143). Sum of RGB (Red+Green+Blue) = 18+50+143=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 143 (56.25% from 255 or 67.77% from 211); Max value from RGB is 143 - color contains mainly: blue. Hex color #12328F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12328F is #EDCD70. Grayscale: #323232. Windows color (decimal): -15584625 or 9384466. OLE color: 9384466.
HSL color Cylindrical-coordinate representation of color #12328F: hue angle of 224.64º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12328F is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 50 | 143 | - |
| CMYK | 0.87 | 0.65 | 0 | 0.44 |
| HSL | 224.64º | 0.78% | 0.32% | - |
| HSV(B) | 224.64º | 0.87% | 0.56% | - |
| XYZ | 6.35 | 4.39 | 26.5 | - |
| YUV | 51.03 | 179.9 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 50 | 143 | 0.87 | 0.65 | 0 | 0.44 | 224.64 | 0.78 | 0.32 |
| Hex | 12 | 32 | 8F | 57 | 41 | 0 | 2C | E1 | 4E | 20 |
| Octal | 22 | 62 | 217 | 127 | 101 | 0 | 54 | 341 | 116 | 40 |
| Binary | 10010 | 110010 | 10001111 | 1010111 | 1000001 | 0 | 101100 | 11100001 | 1001110 | 100000 |
Color Harmonies of #12328F
Complementary color
Monochromatic Colors of #12328F
Black with #12328F
Text Example
Text Example
White with #12328F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12328F; }
p { color: rgb(18,50,143); }
H1.HeaderClassName
{
color: #12328F;
}
.AnyTagClassName
{
color: #12328F;
}
</style>
background-color css
<style>
a { background-color: #12328F; }
a { background-color: rgb(18,50,143); }
div.DivClassName
{
background-color: #12328F;
}
.BgClassName
{
background-color: #12328F;
}
</style>
border-color css
<style>
span { border-color: #12328F; }
span { border-color: rgb(18,50,143); }
td.TdClassName
{
border-color: #12328F;
}
.TagClassName
{
border-color: #12328F;
}
</style>