Shades of Smalt #02258B
Tints of Smalt #02258B
RGB
CMYK
RGB Variations
Color information
#02258B (or 0x02258B) is known color: Smalt. HEX triplet: 02, 25 and 8B. RGB value is (2,37,139). Sum of RGB (Red+Green+Blue) = 2+37+139=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 139 (54.69% from 255 or 78.09% from 178); Max value from RGB is 139 - color contains mainly: blue. Hex color #02258B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02258B is #FDDA74. Grayscale: #252525. Windows color (decimal): -16636533 or 9118978. OLE color: 9118978.
HSL color Cylindrical-coordinate representation of color #02258B: hue angle of 224.67º 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 #02258B is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 37 | 139 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.45 |
| HSL | 224.67º | 0.97% | 0.28% | - |
| HSV(B) | 224.67º | 0.99% | 0.55% | - |
| XYZ | 5.35 | 3.2 | 24.76 | - |
| YUV | 38.16 | 184.9 | 102.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 37 | 139 | 0.99 | 0.73 | 0 | 0.45 | 224.67 | 0.97 | 0.28 |
| Hex | 2 | 25 | 8B | 63 | 49 | 0 | 2D | E1 | 61 | 1C |
| Octal | 2 | 45 | 213 | 143 | 111 | 0 | 55 | 341 | 141 | 34 |
| Binary | 10 | 100101 | 10001011 | 1100011 | 1001001 | 0 | 101101 | 11100001 | 1100001 | 11100 |
Color Harmonies of #02258B
Complementary color
Monochromatic Colors of #02258B
Black with #02258B
Text Example
Text Example
White with #02258B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02258B; }
p { color: rgb(2,37,139); }
H1.HeaderClassName
{
color: #02258B;
}
.AnyTagClassName
{
color: #02258B;
}
</style>
background-color css
<style>
a { background-color: #02258B; }
a { background-color: rgb(2,37,139); }
div.DivClassName
{
background-color: #02258B;
}
.BgClassName
{
background-color: #02258B;
}
</style>
border-color css
<style>
span { border-color: #02258B; }
span { border-color: rgb(2,37,139); }
td.TdClassName
{
border-color: #02258B;
}
.TagClassName
{
border-color: #02258B;
}
</style>