Shades of Smalt #023095
Tints of Smalt #023095
RGB
CMYK
RGB Variations
Color information
#023095 (or 0x023095) is known color: Smalt. HEX triplet: 02, 30 and 95. RGB value is (2,48,149). Sum of RGB (Red+Green+Blue) = 2+48+149=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 48 (19.14% from 255 or 24.12% from 199); Blue value is 149 (58.59% from 255 or 74.87% from 199); Max value from RGB is 149 - color contains mainly: blue. Hex color #023095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023095 is #FDCF6A. Grayscale: #2D2D2D. Windows color (decimal): -16633707 or 9777154. OLE color: 9777154.
HSL color Cylindrical-coordinate representation of color #023095: hue angle of 221.22º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023095 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 48 | 149 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.42 |
| HSL | 221.22º | 0.97% | 0.3% | - |
| HSV(B) | 221.22º | 0.99% | 0.58% | - |
| XYZ | 6.51 | 4.3 | 28.92 | - |
| YUV | 45.76 | 186.26 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 48 | 149 | 0.99 | 0.68 | 0 | 0.42 | 221.22 | 0.97 | 0.3 |
| Hex | 2 | 30 | 95 | 63 | 44 | 0 | 2A | DD | 61 | 1E |
| Octal | 2 | 60 | 225 | 143 | 104 | 0 | 52 | 335 | 141 | 36 |
| Binary | 10 | 110000 | 10010101 | 1100011 | 1000100 | 0 | 101010 | 11011101 | 1100001 | 11110 |
Color Harmonies of #023095
Complementary color
Monochromatic Colors of #023095
Black with #023095
Text Example
Text Example
White with #023095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023095; }
p { color: rgb(2,48,149); }
H1.HeaderClassName
{
color: #023095;
}
.AnyTagClassName
{
color: #023095;
}
</style>
background-color css
<style>
a { background-color: #023095; }
a { background-color: rgb(2,48,149); }
div.DivClassName
{
background-color: #023095;
}
.BgClassName
{
background-color: #023095;
}
</style>
border-color css
<style>
span { border-color: #023095; }
span { border-color: rgb(2,48,149); }
td.TdClassName
{
border-color: #023095;
}
.TagClassName
{
border-color: #023095;
}
</style>