Shades of Smalt #022C8B
Tints of Smalt #022C8B
RGB
CMYK
RGB Variations
Color information
#022C8B (or 0x022C8B) is known color: Smalt. HEX triplet: 02, 2C and 8B. RGB value is (2,44,139). Sum of RGB (Red+Green+Blue) = 2+44+139=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 139 (54.69% from 255 or 75.14% from 185); Max value from RGB is 139 - color contains mainly: blue. Hex color #022C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022C8B is #FDD374. Grayscale: #292929. Windows color (decimal): -16634741 or 9120770. OLE color: 9120770.
HSL color Cylindrical-coordinate representation of color #022C8B: hue angle of 221.61º 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 #022C8B is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 44 | 139 | - |
| CMYK | 0.99 | 0.68 | 0 | 0.45 |
| HSL | 221.61º | 0.97% | 0.28% | - |
| HSV(B) | 221.61º | 0.99% | 0.55% | - |
| XYZ | 5.59 | 3.68 | 24.84 | - |
| YUV | 42.27 | 182.59 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 139 | 0.99 | 0.68 | 0 | 0.45 | 221.61 | 0.97 | 0.28 |
| Hex | 2 | 2C | 8B | 63 | 44 | 0 | 2D | DE | 61 | 1C |
| Octal | 2 | 54 | 213 | 143 | 104 | 0 | 55 | 336 | 141 | 34 |
| Binary | 10 | 101100 | 10001011 | 1100011 | 1000100 | 0 | 101101 | 11011110 | 1100001 | 11100 |
Color Harmonies of #022C8B
Complementary color
Monochromatic Colors of #022C8B
Black with #022C8B
Text Example
Text Example
White with #022C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022C8B; }
p { color: rgb(2,44,139); }
H1.HeaderClassName
{
color: #022C8B;
}
.AnyTagClassName
{
color: #022C8B;
}
</style>
background-color css
<style>
a { background-color: #022C8B; }
a { background-color: rgb(2,44,139); }
div.DivClassName
{
background-color: #022C8B;
}
.BgClassName
{
background-color: #022C8B;
}
</style>
border-color css
<style>
span { border-color: #022C8B; }
span { border-color: rgb(2,44,139); }
td.TdClassName
{
border-color: #022C8B;
}
.TagClassName
{
border-color: #022C8B;
}
</style>