Shades of Smalt #02258A
Tints of Smalt #02258A
RGB
CMYK
RGB Variations
Color information
#02258A (or 0x02258A) is known color: Smalt. HEX triplet: 02, 25 and 8A. RGB value is (2,37,138). Sum of RGB (Red+Green+Blue) = 2+37+138=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 138 (54.30% from 255 or 77.97% from 177); Max value from RGB is 138 - color contains mainly: blue. Hex color #02258A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02258A is #FDDA75. Grayscale: #252525. Windows color (decimal): -16636534 or 9053442. OLE color: 9053442.
HSL color Cylindrical-coordinate representation of color #02258A: hue angle of 224.56º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02258A is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 2 | 37 | 138 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.46 |
| HSL | 224.56º | 0.97% | 0.27% | - |
| HSV(B) | 224.56º | 0.99% | 0.54% | - |
| XYZ | 5.27 | 3.17 | 24.38 | - |
| YUV | 38.05 | 184.4 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 37 | 138 | 0.99 | 0.73 | 0 | 0.46 | 224.56 | 0.97 | 0.27 |
| Hex | 2 | 25 | 8A | 63 | 49 | 0 | 2E | E1 | 61 | 1B |
| Octal | 2 | 45 | 212 | 143 | 111 | 0 | 56 | 341 | 141 | 33 |
| Binary | 10 | 100101 | 10001010 | 1100011 | 1001001 | 0 | 101110 | 11100001 | 1100001 | 11011 |
Color Harmonies of #02258A
Complementary color
Monochromatic Colors of #02258A
Black with #02258A
Text Example
Text Example
White with #02258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02258A; }
p { color: rgb(2,37,138); }
H1.HeaderClassName
{
color: #02258A;
}
.AnyTagClassName
{
color: #02258A;
}
</style>
background-color css
<style>
a { background-color: #02258A; }
a { background-color: rgb(2,37,138); }
div.DivClassName
{
background-color: #02258A;
}
.BgClassName
{
background-color: #02258A;
}
</style>
border-color css
<style>
span { border-color: #02258A; }
span { border-color: rgb(2,37,138); }
td.TdClassName
{
border-color: #02258A;
}
.TagClassName
{
border-color: #02258A;
}
</style>