Shades of Smalt #022C8A
Tints of Smalt #022C8A
RGB
CMYK
RGB Variations
Color information
#022C8A (or 0x022C8A) is known color: Smalt. HEX triplet: 02, 2C and 8A. RGB value is (2,44,138). Sum of RGB (Red+Green+Blue) = 2+44+138=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 44 (17.58% from 255 or 23.91% from 184); Blue value is 138 (54.30% from 255 or 75% from 184); Max value from RGB is 138 - color contains mainly: blue. Hex color #022C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022C8A is #FDD375. Grayscale: #292929. Windows color (decimal): -16634742 or 9055234. OLE color: 9055234.
HSL color Cylindrical-coordinate representation of color #022C8A: hue angle of 221.47º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022C8A is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 44 | 138 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.46 |
| HSL | 221.47º | 0.97% | 0.27% | - |
| HSV(B) | 221.47º | 0.99% | 0.54% | - |
| XYZ | 5.51 | 3.65 | 24.46 | - |
| YUV | 42.16 | 182.09 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 138 | 0.99 | 0.68 | 0 | 0.46 | 221.47 | 0.97 | 0.27 |
| Hex | 2 | 2C | 8A | 63 | 44 | 0 | 2E | DD | 61 | 1B |
| Octal | 2 | 54 | 212 | 143 | 104 | 0 | 56 | 335 | 141 | 33 |
| Binary | 10 | 101100 | 10001010 | 1100011 | 1000100 | 0 | 101110 | 11011101 | 1100001 | 11011 |
Color Harmonies of #022C8A
Complementary color
Monochromatic Colors of #022C8A
Black with #022C8A
Text Example
Text Example
White with #022C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022C8A; }
p { color: rgb(2,44,138); }
H1.HeaderClassName
{
color: #022C8A;
}
.AnyTagClassName
{
color: #022C8A;
}
</style>
background-color css
<style>
a { background-color: #022C8A; }
a { background-color: rgb(2,44,138); }
div.DivClassName
{
background-color: #022C8A;
}
.BgClassName
{
background-color: #022C8A;
}
</style>
border-color css
<style>
span { border-color: #022C8A; }
span { border-color: rgb(2,44,138); }
td.TdClassName
{
border-color: #022C8A;
}
.TagClassName
{
border-color: #022C8A;
}
</style>