Shades of Smalt #02248D
Tints of Smalt #02248D
RGB
CMYK
RGB Variations
Color information
#02248D (or 0x02248D) is known color: Smalt. HEX triplet: 02, 24 and 8D. RGB value is (2,36,141). Sum of RGB (Red+Green+Blue) = 2+36+141=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 141 (55.47% from 255 or 78.77% from 179); Max value from RGB is 141 - color contains mainly: blue. Hex color #02248D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02248D is #FDDB72. Grayscale: #252525. Windows color (decimal): -16636787 or 9249794. OLE color: 9249794.
HSL color Cylindrical-coordinate representation of color #02248D: hue angle of 225.32º 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 #02248D is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 36 | 141 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.45 |
| HSL | 225.32º | 0.97% | 0.28% | - |
| HSV(B) | 225.32º | 0.99% | 0.55% | - |
| XYZ | 5.46 | 3.2 | 25.53 | - |
| YUV | 37.8 | 186.24 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 141 | 0.99 | 0.74 | 0 | 0.45 | 225.32 | 0.97 | 0.28 |
| Hex | 2 | 24 | 8D | 63 | 4A | 0 | 2D | E1 | 61 | 1C |
| Octal | 2 | 44 | 215 | 143 | 112 | 0 | 55 | 341 | 141 | 34 |
| Binary | 10 | 100100 | 10001101 | 1100011 | 1001010 | 0 | 101101 | 11100001 | 1100001 | 11100 |
Color Harmonies of #02248D
Complementary color
Monochromatic Colors of #02248D
Black with #02248D
Text Example
Text Example
White with #02248D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02248D; }
p { color: rgb(2,36,141); }
H1.HeaderClassName
{
color: #02248D;
}
.AnyTagClassName
{
color: #02248D;
}
</style>
background-color css
<style>
a { background-color: #02248D; }
a { background-color: rgb(2,36,141); }
div.DivClassName
{
background-color: #02248D;
}
.BgClassName
{
background-color: #02248D;
}
</style>
border-color css
<style>
span { border-color: #02248D; }
span { border-color: rgb(2,36,141); }
td.TdClassName
{
border-color: #02248D;
}
.TagClassName
{
border-color: #02248D;
}
</style>