Shades of Smalt #02258C
Tints of Smalt #02258C
RGB
CMYK
RGB Variations
Color information
#02258C (or 0x02258C) is known color: Smalt. HEX triplet: 02, 25 and 8C. RGB value is (2,37,140). Sum of RGB (Red+Green+Blue) = 2+37+140=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 140 (55.08% from 255 or 78.21% from 179); Max value from RGB is 140 - color contains mainly: blue. Hex color #02258C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02258C is #FDDA73. Grayscale: #252525. Windows color (decimal): -16636532 or 9184514. OLE color: 9184514.
HSL color Cylindrical-coordinate representation of color #02258C: hue angle of 224.78º 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 #02258C is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 37 | 140 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.45 |
| HSL | 224.78º | 0.97% | 0.28% | - |
| HSV(B) | 224.78º | 0.99% | 0.55% | - |
| XYZ | 5.42 | 3.23 | 25.15 | - |
| YUV | 38.28 | 185.4 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 37 | 140 | 0.99 | 0.74 | 0 | 0.45 | 224.78 | 0.97 | 0.28 |
| Hex | 2 | 25 | 8C | 63 | 4A | 0 | 2D | E1 | 61 | 1C |
| Octal | 2 | 45 | 214 | 143 | 112 | 0 | 55 | 341 | 141 | 34 |
| Binary | 10 | 100101 | 10001100 | 1100011 | 1001010 | 0 | 101101 | 11100001 | 1100001 | 11100 |
Color Harmonies of #02258C
Complementary color
Monochromatic Colors of #02258C
Black with #02258C
Text Example
Text Example
White with #02258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02258C; }
p { color: rgb(2,37,140); }
H1.HeaderClassName
{
color: #02258C;
}
.AnyTagClassName
{
color: #02258C;
}
</style>
background-color css
<style>
a { background-color: #02258C; }
a { background-color: rgb(2,37,140); }
div.DivClassName
{
background-color: #02258C;
}
.BgClassName
{
background-color: #02258C;
}
</style>
border-color css
<style>
span { border-color: #02258C; }
span { border-color: rgb(2,37,140); }
td.TdClassName
{
border-color: #02258C;
}
.TagClassName
{
border-color: #02258C;
}
</style>