Shades of Smalt #02298B
Tints of Smalt #02298B
RGB
CMYK
RGB Variations
Color information
#02298B (or 0x02298B) is known color: Smalt. HEX triplet: 02, 29 and 8B. RGB value is (2,41,139). Sum of RGB (Red+Green+Blue) = 2+41+139=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 139 (54.69% from 255 or 76.37% from 182); Max value from RGB is 139 - color contains mainly: blue. Hex color #02298B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02298B is #FDD674. Grayscale: #282828. Windows color (decimal): -16635509 or 9120002. OLE color: 9120002.
HSL color Cylindrical-coordinate representation of color #02298B: hue angle of 222.92º 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 #02298B is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 41 | 139 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.45 |
| HSL | 222.92º | 0.97% | 0.28% | - |
| HSV(B) | 222.92º | 0.99% | 0.55% | - |
| XYZ | 5.48 | 3.46 | 24.81 | - |
| YUV | 40.51 | 183.58 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 41 | 139 | 0.99 | 0.71 | 0 | 0.45 | 222.92 | 0.97 | 0.28 |
| Hex | 2 | 29 | 8B | 63 | 47 | 0 | 2D | DF | 61 | 1C |
| Octal | 2 | 51 | 213 | 143 | 107 | 0 | 55 | 337 | 141 | 34 |
| Binary | 10 | 101001 | 10001011 | 1100011 | 1000111 | 0 | 101101 | 11011111 | 1100001 | 11100 |
Color Harmonies of #02298B
Complementary color
Monochromatic Colors of #02298B
Black with #02298B
Text Example
Text Example
White with #02298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02298B; }
p { color: rgb(2,41,139); }
H1.HeaderClassName
{
color: #02298B;
}
.AnyTagClassName
{
color: #02298B;
}
</style>
background-color css
<style>
a { background-color: #02298B; }
a { background-color: rgb(2,41,139); }
div.DivClassName
{
background-color: #02298B;
}
.BgClassName
{
background-color: #02298B;
}
</style>
border-color css
<style>
span { border-color: #02298B; }
span { border-color: rgb(2,41,139); }
td.TdClassName
{
border-color: #02298B;
}
.TagClassName
{
border-color: #02298B;
}
</style>