Shades of Smalt #023C99
Tints of Smalt #023C99
RGB
CMYK
RGB Variations
Color information
#023C99 (or 0x023C99) is known color: Smalt. HEX triplet: 02, 3C and 99. RGB value is (2,60,153). Sum of RGB (Red+Green+Blue) = 2+60+153=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 153 (60.16% from 255 or 71.16% from 215); Max value from RGB is 153 - color contains mainly: blue. Hex color #023C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023C99 is #FDC366. Grayscale: #343434. Windows color (decimal): -16630631 or 10042370. OLE color: 10042370.
HSL color Cylindrical-coordinate representation of color #023C99: hue angle of 216.95º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023C99 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 2 | 60 | 153 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.4 |
| HSL | 216.95º | 0.97% | 0.3% | - |
| HSV(B) | 216.95º | 0.99% | 0.6% | - |
| XYZ | 7.39 | 5.54 | 30.82 | - |
| YUV | 53.26 | 184.28 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 153 | 0.99 | 0.61 | 0 | 0.4 | 216.95 | 0.97 | 0.3 |
| Hex | 2 | 3C | 99 | 63 | 3D | 0 | 28 | D9 | 61 | 1E |
| Octal | 2 | 74 | 231 | 143 | 75 | 0 | 50 | 331 | 141 | 36 |
| Binary | 10 | 111100 | 10011001 | 1100011 | 111101 | 0 | 101000 | 11011001 | 1100001 | 11110 |
Color Harmonies of #023C99
Complementary color
Monochromatic Colors of #023C99
Black with #023C99
Text Example
Text Example
White with #023C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023C99; }
p { color: rgb(2,60,153); }
H1.HeaderClassName
{
color: #023C99;
}
.AnyTagClassName
{
color: #023C99;
}
</style>
background-color css
<style>
a { background-color: #023C99; }
a { background-color: rgb(2,60,153); }
div.DivClassName
{
background-color: #023C99;
}
.BgClassName
{
background-color: #023C99;
}
</style>
border-color css
<style>
span { border-color: #023C99; }
span { border-color: rgb(2,60,153); }
td.TdClassName
{
border-color: #023C99;
}
.TagClassName
{
border-color: #023C99;
}
</style>