Shades of Smalt #023CA1
Tints of Smalt #023CA1
RGB
CMYK
RGB Variations
Color information
#023CA1 (or 0x023CA1) is known color: Smalt. HEX triplet: 02, 3C and A1. RGB value is (2,60,161). Sum of RGB (Red+Green+Blue) = 2+60+161=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 161 (63.28% from 255 or 72.20% from 223); Max value from RGB is 161 - color contains mainly: blue. Hex color #023CA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023CA1 is #FDC35E. Grayscale: #353535. Windows color (decimal): -16630623 or 10566658. OLE color: 10566658.
HSL color Cylindrical-coordinate representation of color #023CA1: hue angle of 218.11º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023CA1 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 60 | 161 | - |
| CMYK | 0.99 | 0.63 | 0 | 0.37 |
| HSL | 218.11º | 0.98% | 0.32% | - |
| HSV(B) | 218.11º | 0.99% | 0.63% | - |
| XYZ | 8.07 | 5.82 | 34.42 | - |
| YUV | 54.17 | 188.28 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 161 | 0.99 | 0.63 | 0 | 0.37 | 218.11 | 0.98 | 0.32 |
| Hex | 2 | 3C | A1 | 63 | 3F | 0 | 25 | DA | 62 | 20 |
| Octal | 2 | 74 | 241 | 143 | 77 | 0 | 45 | 332 | 142 | 40 |
| Binary | 10 | 111100 | 10100001 | 1100011 | 111111 | 0 | 100101 | 11011010 | 1100010 | 100000 |
Color Harmonies of #023CA1
Complementary color
Monochromatic Colors of #023CA1
Black with #023CA1
Text Example
Text Example
White with #023CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023CA1; }
p { color: rgb(2,60,161); }
H1.HeaderClassName
{
color: #023CA1;
}
.AnyTagClassName
{
color: #023CA1;
}
</style>
background-color css
<style>
a { background-color: #023CA1; }
a { background-color: rgb(2,60,161); }
div.DivClassName
{
background-color: #023CA1;
}
.BgClassName
{
background-color: #023CA1;
}
</style>
border-color css
<style>
span { border-color: #023CA1; }
span { border-color: rgb(2,60,161); }
td.TdClassName
{
border-color: #023CA1;
}
.TagClassName
{
border-color: #023CA1;
}
</style>