Shades of Smalt #023096
Tints of Smalt #023096
RGB
CMYK
RGB Variations
Color information
#023096 (or 0x023096) is known color: Smalt. HEX triplet: 02, 30 and 96. RGB value is (2,48,150). Sum of RGB (Red+Green+Blue) = 2+48+150=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 48 (19.14% from 255 or 24% from 200); Blue value is 150 (58.98% from 255 or 75% from 200); Max value from RGB is 150 - color contains mainly: blue. Hex color #023096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023096 is #FDCF69. Grayscale: #2D2D2D. Windows color (decimal): -16633706 or 9842690. OLE color: 9842690.
HSL color Cylindrical-coordinate representation of color #023096: hue angle of 221.35º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023096 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 48 | 150 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.41 |
| HSL | 221.35º | 0.97% | 0.3% | - |
| HSV(B) | 221.35º | 0.99% | 0.59% | - |
| XYZ | 6.59 | 4.33 | 29.34 | - |
| YUV | 45.87 | 186.76 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 48 | 150 | 0.99 | 0.68 | 0 | 0.41 | 221.35 | 0.97 | 0.3 |
| Hex | 2 | 30 | 96 | 63 | 44 | 0 | 29 | DD | 61 | 1E |
| Octal | 2 | 60 | 226 | 143 | 104 | 0 | 51 | 335 | 141 | 36 |
| Binary | 10 | 110000 | 10010110 | 1100011 | 1000100 | 0 | 101001 | 11011101 | 1100001 | 11110 |
Color Harmonies of #023096
Complementary color
Monochromatic Colors of #023096
Black with #023096
Text Example
Text Example
White with #023096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023096; }
p { color: rgb(2,48,150); }
H1.HeaderClassName
{
color: #023096;
}
.AnyTagClassName
{
color: #023096;
}
</style>
background-color css
<style>
a { background-color: #023096; }
a { background-color: rgb(2,48,150); }
div.DivClassName
{
background-color: #023096;
}
.BgClassName
{
background-color: #023096;
}
</style>
border-color css
<style>
span { border-color: #023096; }
span { border-color: rgb(2,48,150); }
td.TdClassName
{
border-color: #023096;
}
.TagClassName
{
border-color: #023096;
}
</style>