Shades of Smalt #022C8D
Tints of Smalt #022C8D
RGB
CMYK
RGB Variations
Color information
#022C8D (or 0x022C8D) is known color: Smalt. HEX triplet: 02, 2C and 8D. RGB value is (2,44,141). Sum of RGB (Red+Green+Blue) = 2+44+141=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 141 (55.47% from 255 or 75.40% from 187); Max value from RGB is 141 - color contains mainly: blue. Hex color #022C8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022C8D is #FDD372. Grayscale: #2A2A2A. Windows color (decimal): -16634739 or 9251842. OLE color: 9251842.
HSL color Cylindrical-coordinate representation of color #022C8D: hue angle of 221.87º 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 #022C8D is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 44 | 141 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.45 |
| HSL | 221.87º | 0.97% | 0.28% | - |
| HSV(B) | 221.87º | 0.99% | 0.55% | - |
| XYZ | 5.73 | 3.74 | 25.62 | - |
| YUV | 42.5 | 183.59 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 141 | 0.99 | 0.69 | 0 | 0.45 | 221.87 | 0.97 | 0.28 |
| Hex | 2 | 2C | 8D | 63 | 45 | 0 | 2D | DE | 61 | 1C |
| Octal | 2 | 54 | 215 | 143 | 105 | 0 | 55 | 336 | 141 | 34 |
| Binary | 10 | 101100 | 10001101 | 1100011 | 1000101 | 0 | 101101 | 11011110 | 1100001 | 11100 |
Color Harmonies of #022C8D
Complementary color
Monochromatic Colors of #022C8D
Black with #022C8D
Text Example
Text Example
White with #022C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022C8D; }
p { color: rgb(2,44,141); }
H1.HeaderClassName
{
color: #022C8D;
}
.AnyTagClassName
{
color: #022C8D;
}
</style>
background-color css
<style>
a { background-color: #022C8D; }
a { background-color: rgb(2,44,141); }
div.DivClassName
{
background-color: #022C8D;
}
.BgClassName
{
background-color: #022C8D;
}
</style>
border-color css
<style>
span { border-color: #022C8D; }
span { border-color: rgb(2,44,141); }
td.TdClassName
{
border-color: #022C8D;
}
.TagClassName
{
border-color: #022C8D;
}
</style>