Shades of Smalt #022B8D
Tints of Smalt #022B8D
RGB
CMYK
RGB Variations
Color information
#022B8D (or 0x022B8D) is known color: Smalt. HEX triplet: 02, 2B and 8D. RGB value is (2,43,141). Sum of RGB (Red+Green+Blue) = 2+43+141=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 43 (17.19% from 255 or 23.12% from 186); Blue value is 141 (55.47% from 255 or 75.81% from 186); Max value from RGB is 141 - color contains mainly: blue. Hex color #022B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022B8D is #FDD472. Grayscale: #292929. Windows color (decimal): -16634995 or 9251586. OLE color: 9251586.
HSL color Cylindrical-coordinate representation of color #022B8D: hue angle of 222.3º 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 #022B8D is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 43 | 141 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.45 |
| HSL | 222.3º | 0.97% | 0.28% | - |
| HSV(B) | 222.3º | 0.99% | 0.55% | - |
| XYZ | 5.7 | 3.66 | 25.61 | - |
| YUV | 41.91 | 183.92 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 43 | 141 | 0.99 | 0.70 | 0 | 0.45 | 222.3 | 0.97 | 0.28 |
| Hex | 2 | 2B | 8D | 63 | 46 | 0 | 2D | DE | 61 | 1C |
| Octal | 2 | 53 | 215 | 143 | 106 | 0 | 55 | 336 | 141 | 34 |
| Binary | 10 | 101011 | 10001101 | 1100011 | 1000110 | 0 | 101101 | 11011110 | 1100001 | 11100 |
Color Harmonies of #022B8D
Complementary color
Monochromatic Colors of #022B8D
Black with #022B8D
Text Example
Text Example
White with #022B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022B8D; }
p { color: rgb(2,43,141); }
H1.HeaderClassName
{
color: #022B8D;
}
.AnyTagClassName
{
color: #022B8D;
}
</style>
background-color css
<style>
a { background-color: #022B8D; }
a { background-color: rgb(2,43,141); }
div.DivClassName
{
background-color: #022B8D;
}
.BgClassName
{
background-color: #022B8D;
}
</style>
border-color css
<style>
span { border-color: #022B8D; }
span { border-color: rgb(2,43,141); }
td.TdClassName
{
border-color: #022B8D;
}
.TagClassName
{
border-color: #022B8D;
}
</style>