Shades of Smalt #023194
Tints of Smalt #023194
RGB
CMYK
RGB Variations
Color information
#023194 (or 0x023194) is known color: Smalt. HEX triplet: 02, 31 and 94. RGB value is (2,49,148). Sum of RGB (Red+Green+Blue) = 2+49+148=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 49 (19.53% from 255 or 24.62% from 199); Blue value is 148 (58.20% from 255 or 74.37% from 199); Max value from RGB is 148 - color contains mainly: blue. Hex color #023194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023194 is #FDCE6B. Grayscale: #2D2D2D. Windows color (decimal): -16633452 or 9711874. OLE color: 9711874.
HSL color Cylindrical-coordinate representation of color #023194: hue angle of 220.68º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023194 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 49 | 148 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.42 |
| HSL | 220.68º | 0.97% | 0.29% | - |
| HSV(B) | 220.68º | 0.99% | 0.58% | - |
| XYZ | 6.47 | 4.35 | 28.52 | - |
| YUV | 46.23 | 185.43 | 96.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 49 | 148 | 0.99 | 0.67 | 0 | 0.42 | 220.68 | 0.97 | 0.29 |
| Hex | 2 | 31 | 94 | 63 | 43 | 0 | 2A | DD | 61 | 1D |
| Octal | 2 | 61 | 224 | 143 | 103 | 0 | 52 | 335 | 141 | 35 |
| Binary | 10 | 110001 | 10010100 | 1100011 | 1000011 | 0 | 101010 | 11011101 | 1100001 | 11101 |
Color Harmonies of #023194
Complementary color
Monochromatic Colors of #023194
Black with #023194
Text Example
Text Example
White with #023194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023194; }
p { color: rgb(2,49,148); }
H1.HeaderClassName
{
color: #023194;
}
.AnyTagClassName
{
color: #023194;
}
</style>
background-color css
<style>
a { background-color: #023194; }
a { background-color: rgb(2,49,148); }
div.DivClassName
{
background-color: #023194;
}
.BgClassName
{
background-color: #023194;
}
</style>
border-color css
<style>
span { border-color: #023194; }
span { border-color: rgb(2,49,148); }
td.TdClassName
{
border-color: #023194;
}
.TagClassName
{
border-color: #023194;
}
</style>