Shades of Smalt #12308F
Tints of Smalt #12308F
RGB
CMYK
RGB Variations
Color information
#12308F (or 0x12308F) is known color: Smalt. HEX triplet: 12, 30 and 8F. RGB value is (18,48,143). Sum of RGB (Red+Green+Blue) = 18+48+143=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 143 (56.25% from 255 or 68.42% from 209); Max value from RGB is 143 - color contains mainly: blue. Hex color #12308F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #12308F is #EDCF70. Grayscale: #313131. Windows color (decimal): -15585137 or 9383954. OLE color: 9383954.
HSL color Cylindrical-coordinate representation of color #12308F: hue angle of 225.6º 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 #12308F is Cyan = 0.87, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 48 | 143 | - |
| CMYK | 0.87 | 0.66 | 0 | 0.44 |
| HSL | 225.6º | 0.78% | 0.32% | - |
| HSV(B) | 225.6º | 0.87% | 0.56% | - |
| XYZ | 6.26 | 4.23 | 26.47 | - |
| YUV | 49.86 | 180.56 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 48 | 143 | 0.87 | 0.66 | 0 | 0.44 | 225.6 | 0.78 | 0.32 |
| Hex | 12 | 30 | 8F | 57 | 42 | 0 | 2C | E2 | 4E | 20 |
| Octal | 22 | 60 | 217 | 127 | 102 | 0 | 54 | 342 | 116 | 40 |
| Binary | 10010 | 110000 | 10001111 | 1010111 | 1000010 | 0 | 101100 | 11100010 | 1001110 | 100000 |
Color Harmonies of #12308F
Complementary color
Monochromatic Colors of #12308F
Black with #12308F
Text Example
Text Example
White with #12308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12308F; }
p { color: rgb(18,48,143); }
H1.HeaderClassName
{
color: #12308F;
}
.AnyTagClassName
{
color: #12308F;
}
</style>
background-color css
<style>
a { background-color: #12308F; }
a { background-color: rgb(18,48,143); }
div.DivClassName
{
background-color: #12308F;
}
.BgClassName
{
background-color: #12308F;
}
</style>
border-color css
<style>
span { border-color: #12308F; }
span { border-color: rgb(18,48,143); }
td.TdClassName
{
border-color: #12308F;
}
.TagClassName
{
border-color: #12308F;
}
</style>