Shades of Smalt #022C9B
Tints of Smalt #022C9B
RGB
CMYK
RGB Variations
Color information
#022C9B (or 0x022C9B) is known color: Smalt. HEX triplet: 02, 2C and 9B. RGB value is (2,44,155). Sum of RGB (Red+Green+Blue) = 2+44+155=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 155 (60.94% from 255 or 77.11% from 201); Max value from RGB is 155 - color contains mainly: blue. Hex color #022C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022C9B is #FDD364. Grayscale: #2B2B2B. Windows color (decimal): -16634725 or 10169346. OLE color: 10169346.
HSL color Cylindrical-coordinate representation of color #022C9B: hue angle of 223.53º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022C9B is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 44 | 155 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.39 |
| HSL | 223.53º | 0.97% | 0.31% | - |
| HSV(B) | 223.53º | 0.99% | 0.61% | - |
| XYZ | 6.84 | 4.18 | 31.46 | - |
| YUV | 44.1 | 190.59 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 44 | 155 | 0.99 | 0.72 | 0 | 0.39 | 223.53 | 0.97 | 0.31 |
| Hex | 2 | 2C | 9B | 63 | 48 | 0 | 27 | E0 | 61 | 1F |
| Octal | 2 | 54 | 233 | 143 | 110 | 0 | 47 | 340 | 141 | 37 |
| Binary | 10 | 101100 | 10011011 | 1100011 | 1001000 | 0 | 100111 | 11100000 | 1100001 | 11111 |
Color Harmonies of #022C9B
Complementary color
Monochromatic Colors of #022C9B
Black with #022C9B
Text Example
Text Example
White with #022C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022C9B; }
p { color: rgb(2,44,155); }
H1.HeaderClassName
{
color: #022C9B;
}
.AnyTagClassName
{
color: #022C9B;
}
</style>
background-color css
<style>
a { background-color: #022C9B; }
a { background-color: rgb(2,44,155); }
div.DivClassName
{
background-color: #022C9B;
}
.BgClassName
{
background-color: #022C9B;
}
</style>
border-color css
<style>
span { border-color: #022C9B; }
span { border-color: rgb(2,44,155); }
td.TdClassName
{
border-color: #022C9B;
}
.TagClassName
{
border-color: #022C9B;
}
</style>