Shades of Smalt #023AA0
Tints of Smalt #023AA0
RGB
CMYK
RGB Variations
Color information
#023AA0 (or 0x023AA0) is known color: Smalt. HEX triplet: 02, 3A and A0. RGB value is (2,58,160). Sum of RGB (Red+Green+Blue) = 2+58+160=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 160 (62.89% from 255 or 72.73% from 220); Max value from RGB is 160 - color contains mainly: blue. Hex color #023AA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023AA0 is #FDC55F. Grayscale: #343434. Windows color (decimal): -16631136 or 10500610. OLE color: 10500610.
HSL color Cylindrical-coordinate representation of color #023AA0: hue angle of 218.73º 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 #023AA0 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 2 | 58 | 160 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.37 |
| HSL | 218.73º | 0.98% | 0.32% | - |
| HSV(B) | 218.73º | 0.99% | 0.63% | - |
| XYZ | 7.88 | 5.58 | 33.92 | - |
| YUV | 52.88 | 188.45 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 58 | 160 | 0.99 | 0.64 | 0 | 0.37 | 218.73 | 0.98 | 0.32 |
| Hex | 2 | 3A | A0 | 63 | 40 | 0 | 25 | DB | 62 | 20 |
| Octal | 2 | 72 | 240 | 143 | 100 | 0 | 45 | 333 | 142 | 40 |
| Binary | 10 | 111010 | 10100000 | 1100011 | 1000000 | 0 | 100101 | 11011011 | 1100010 | 100000 |
Color Harmonies of #023AA0
Complementary color
Monochromatic Colors of #023AA0
Black with #023AA0
Text Example
Text Example
White with #023AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023AA0; }
p { color: rgb(2,58,160); }
H1.HeaderClassName
{
color: #023AA0;
}
.AnyTagClassName
{
color: #023AA0;
}
</style>
background-color css
<style>
a { background-color: #023AA0; }
a { background-color: rgb(2,58,160); }
div.DivClassName
{
background-color: #023AA0;
}
.BgClassName
{
background-color: #023AA0;
}
</style>
border-color css
<style>
span { border-color: #023AA0; }
span { border-color: rgb(2,58,160); }
td.TdClassName
{
border-color: #023AA0;
}
.TagClassName
{
border-color: #023AA0;
}
</style>