Shades of Smalt #022C8C
Tints of Smalt #022C8C
RGB
CMYK
RGB Variations
Color information
#022C8C (or 0x022C8C) is known color: Smalt. HEX triplet: 02, 2C and 8C. RGB value is (2,44,140). Sum of RGB (Red+Green+Blue) = 2+44+140=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 140 (55.08% from 255 or 75.27% from 186); Max value from RGB is 140 - color contains mainly: blue. Hex color #022C8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022C8C is #FDD373. Grayscale: #292929. Windows color (decimal): -16634740 or 9186306. OLE color: 9186306.
HSL color Cylindrical-coordinate representation of color #022C8C: hue angle of 221.74º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022C8C is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 44 | 140 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.45 |
| HSL | 221.74º | 0.97% | 0.28% | - |
| HSV(B) | 221.74º | 0.99% | 0.55% | - |
| XYZ | 5.66 | 3.71 | 25.23 | - |
| YUV | 42.39 | 183.09 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 140 | 0.99 | 0.69 | 0 | 0.45 | 221.74 | 0.97 | 0.28 |
| Hex | 2 | 2C | 8C | 63 | 45 | 0 | 2D | DE | 61 | 1C |
| Octal | 2 | 54 | 214 | 143 | 105 | 0 | 55 | 336 | 141 | 34 |
| Binary | 10 | 101100 | 10001100 | 1100011 | 1000101 | 0 | 101101 | 11011110 | 1100001 | 11100 |
Color Harmonies of #022C8C
Complementary color
Monochromatic Colors of #022C8C
Black with #022C8C
Text Example
Text Example
White with #022C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022C8C; }
p { color: rgb(2,44,140); }
H1.HeaderClassName
{
color: #022C8C;
}
.AnyTagClassName
{
color: #022C8C;
}
</style>
background-color css
<style>
a { background-color: #022C8C; }
a { background-color: rgb(2,44,140); }
div.DivClassName
{
background-color: #022C8C;
}
.BgClassName
{
background-color: #022C8C;
}
</style>
border-color css
<style>
span { border-color: #022C8C; }
span { border-color: rgb(2,44,140); }
td.TdClassName
{
border-color: #022C8C;
}
.TagClassName
{
border-color: #022C8C;
}
</style>