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