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