Shades of Smalt #10238B
Tints of Smalt #10238B
RGB
CMYK
RGB Variations
Color information
#10238B (or 0x10238B) is known color: Smalt. HEX triplet: 10, 23 and 8B. RGB value is (16,35,139). Sum of RGB (Red+Green+Blue) = 16+35+139=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 139 (54.69% from 255 or 73.16% from 190); Max value from RGB is 139 - color contains mainly: blue. Hex color #10238B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #10238B is #EFDC74. Grayscale: #282828. Windows color (decimal): -15719541 or 9118480. OLE color: 9118480.
HSL color Cylindrical-coordinate representation of color #10238B: hue angle of 230.73º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10238B is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 16 | 35 | 139 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.45 |
| HSL | 230.73º | 0.79% | 0.3% | - |
| HSV(B) | 230.73º | 0.88% | 0.55% | - |
| XYZ | 5.47 | 3.18 | 24.75 | - |
| YUV | 41.18 | 183.21 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 35 | 139 | 0.88 | 0.75 | 0 | 0.45 | 230.73 | 0.79 | 0.3 |
| Hex | 10 | 23 | 8B | 58 | 4B | 0 | 2D | E7 | 4F | 1E |
| Octal | 20 | 43 | 213 | 130 | 113 | 0 | 55 | 347 | 117 | 36 |
| Binary | 10000 | 100011 | 10001011 | 1011000 | 1001011 | 0 | 101101 | 11100111 | 1001111 | 11110 |
Color Harmonies of #10238B
Complementary color
Monochromatic Colors of #10238B
Black with #10238B
Text Example
Text Example
White with #10238B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10238B; }
p { color: rgb(16,35,139); }
H1.HeaderClassName
{
color: #10238B;
}
.AnyTagClassName
{
color: #10238B;
}
</style>
background-color css
<style>
a { background-color: #10238B; }
a { background-color: rgb(16,35,139); }
div.DivClassName
{
background-color: #10238B;
}
.BgClassName
{
background-color: #10238B;
}
</style>
border-color css
<style>
span { border-color: #10238B; }
span { border-color: rgb(16,35,139); }
td.TdClassName
{
border-color: #10238B;
}
.TagClassName
{
border-color: #10238B;
}
</style>