Shades of Smalt #02238C
Tints of Smalt #02238C
RGB
CMYK
RGB Variations
Color information
#02238C (or 0x02238C) is known color: Smalt. HEX triplet: 02, 23 and 8C. RGB value is (2,35,140). Sum of RGB (Red+Green+Blue) = 2+35+140=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 35 (14.06% from 255 or 19.77% from 177); Blue value is 140 (55.08% from 255 or 79.10% from 177); Max value from RGB is 140 - color contains mainly: blue. Hex color #02238C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02238C is #FDDC73. Grayscale: #242424. Windows color (decimal): -16637044 or 9184002. OLE color: 9184002.
HSL color Cylindrical-coordinate representation of color #02238C: hue angle of 225.65º 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 #02238C is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 35 | 140 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.45 |
| HSL | 225.65º | 0.97% | 0.28% | - |
| HSV(B) | 225.65º | 0.99% | 0.55% | - |
| XYZ | 5.36 | 3.11 | 25.13 | - |
| YUV | 37.1 | 186.07 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 35 | 140 | 0.99 | 0.75 | 0 | 0.45 | 225.65 | 0.97 | 0.28 |
| Hex | 2 | 23 | 8C | 63 | 4B | 0 | 2D | E2 | 61 | 1C |
| Octal | 2 | 43 | 214 | 143 | 113 | 0 | 55 | 342 | 141 | 34 |
| Binary | 10 | 100011 | 10001100 | 1100011 | 1001011 | 0 | 101101 | 11100010 | 1100001 | 11100 |
Color Harmonies of #02238C
Complementary color
Monochromatic Colors of #02238C
Black with #02238C
Text Example
Text Example
White with #02238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02238C; }
p { color: rgb(2,35,140); }
H1.HeaderClassName
{
color: #02238C;
}
.AnyTagClassName
{
color: #02238C;
}
</style>
background-color css
<style>
a { background-color: #02238C; }
a { background-color: rgb(2,35,140); }
div.DivClassName
{
background-color: #02238C;
}
.BgClassName
{
background-color: #02238C;
}
</style>
border-color css
<style>
span { border-color: #02238C; }
span { border-color: rgb(2,35,140); }
td.TdClassName
{
border-color: #02238C;
}
.TagClassName
{
border-color: #02238C;
}
</style>