Shades of Smalt #023C93
Tints of Smalt #023C93
RGB
CMYK
RGB Variations
Color information
#023C93 (or 0x023C93) is known color: Smalt. HEX triplet: 02, 3C and 93. RGB value is (2,60,147). Sum of RGB (Red+Green+Blue) = 2+60+147=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 147 (57.81% from 255 or 70.33% from 209); Max value from RGB is 147 - color contains mainly: blue. Hex color #023C93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023C93 is #FDC36C. Grayscale: #343434. Windows color (decimal): -16630637 or 9649154. OLE color: 9649154.
HSL color Cylindrical-coordinate representation of color #023C93: hue angle of 216º 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 #023C93 is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 60 | 147 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.42 |
| HSL | 216º | 0.97% | 0.29% | - |
| HSV(B) | 216º | 0.99% | 0.58% | - |
| XYZ | 6.91 | 5.35 | 28.27 | - |
| YUV | 52.58 | 181.28 | 91.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 147 | 0.99 | 0.59 | 0 | 0.42 | 216 | 0.97 | 0.29 |
| Hex | 2 | 3C | 93 | 63 | 3B | 0 | 2A | D8 | 61 | 1D |
| Octal | 2 | 74 | 223 | 143 | 73 | 0 | 52 | 330 | 141 | 35 |
| Binary | 10 | 111100 | 10010011 | 1100011 | 111011 | 0 | 101010 | 11011000 | 1100001 | 11101 |
Color Harmonies of #023C93
Complementary color
Monochromatic Colors of #023C93
Black with #023C93
Text Example
Text Example
White with #023C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023C93; }
p { color: rgb(2,60,147); }
H1.HeaderClassName
{
color: #023C93;
}
.AnyTagClassName
{
color: #023C93;
}
</style>
background-color css
<style>
a { background-color: #023C93; }
a { background-color: rgb(2,60,147); }
div.DivClassName
{
background-color: #023C93;
}
.BgClassName
{
background-color: #023C93;
}
</style>
border-color css
<style>
span { border-color: #023C93; }
span { border-color: rgb(2,60,147); }
td.TdClassName
{
border-color: #023C93;
}
.TagClassName
{
border-color: #023C93;
}
</style>