Shades of Smalt #023185
Tints of Smalt #023185
RGB
CMYK
RGB Variations
Color information
#023185 (or 0x023185) is known color: Smalt. HEX triplet: 02, 31 and 85. RGB value is (2,49,133). Sum of RGB (Red+Green+Blue) = 2+49+133=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 133 (52.34% from 255 or 72.28% from 184); Max value from RGB is 133 - color contains mainly: blue. Hex color #023185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023185 is #FDCE7A. Grayscale: #2C2C2C. Windows color (decimal): -16633467 or 8728834. OLE color: 8728834.
HSL color Cylindrical-coordinate representation of color #023185: hue angle of 218.47º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #023185 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 2 | 49 | 133 | - |
| CMYK | 0.98 | 0.63 | 0 | 0.48 |
| HSL | 218.47º | 0.97% | 0.26% | - |
| HSV(B) | 218.47º | 0.98% | 0.52% | - |
| XYZ | 5.36 | 3.9 | 22.66 | - |
| YUV | 44.52 | 177.93 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 49 | 133 | 0.98 | 0.63 | 0 | 0.48 | 218.47 | 0.97 | 0.26 |
| Hex | 2 | 31 | 85 | 62 | 3F | 0 | 30 | DA | 61 | 1A |
| Octal | 2 | 61 | 205 | 142 | 77 | 0 | 60 | 332 | 141 | 32 |
| Binary | 10 | 110001 | 10000101 | 1100010 | 111111 | 0 | 110000 | 11011010 | 1100001 | 11010 |
Color Harmonies of #023185
Complementary color
Monochromatic Colors of #023185
Black with #023185
Text Example
Text Example
White with #023185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023185; }
p { color: rgb(2,49,133); }
H1.HeaderClassName
{
color: #023185;
}
.AnyTagClassName
{
color: #023185;
}
</style>
background-color css
<style>
a { background-color: #023185; }
a { background-color: rgb(2,49,133); }
div.DivClassName
{
background-color: #023185;
}
.BgClassName
{
background-color: #023185;
}
</style>
border-color css
<style>
span { border-color: #023185; }
span { border-color: rgb(2,49,133); }
td.TdClassName
{
border-color: #023185;
}
.TagClassName
{
border-color: #023185;
}
</style>