Shades of Smalt #02309E
Tints of Smalt #02309E
RGB
CMYK
RGB Variations
Color information
#02309E (or 0x02309E) is known color: Smalt. HEX triplet: 02, 30 and 9E. RGB value is (2,48,158). Sum of RGB (Red+Green+Blue) = 2+48+158=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 158 (62.11% from 255 or 75.96% from 208); Max value from RGB is 158 - color contains mainly: blue. Hex color #02309E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02309E is #FDCF61. Grayscale: #2E2E2E. Windows color (decimal): -16633698 or 10366978. OLE color: 10366978.
HSL color Cylindrical-coordinate representation of color #02309E: hue angle of 222.31º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02309E is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 48 | 158 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.38 |
| HSL | 222.31º | 0.98% | 0.31% | - |
| HSV(B) | 222.31º | 0.99% | 0.62% | - |
| XYZ | 7.25 | 4.6 | 32.85 | - |
| YUV | 46.79 | 190.76 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 48 | 158 | 0.99 | 0.70 | 0 | 0.38 | 222.31 | 0.98 | 0.31 |
| Hex | 2 | 30 | 9E | 63 | 46 | 0 | 26 | DE | 62 | 1F |
| Octal | 2 | 60 | 236 | 143 | 106 | 0 | 46 | 336 | 142 | 37 |
| Binary | 10 | 110000 | 10011110 | 1100011 | 1000110 | 0 | 100110 | 11011110 | 1100010 | 11111 |
Color Harmonies of #02309E
Complementary color
Monochromatic Colors of #02309E
Black with #02309E
Text Example
Text Example
White with #02309E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02309E; }
p { color: rgb(2,48,158); }
H1.HeaderClassName
{
color: #02309E;
}
.AnyTagClassName
{
color: #02309E;
}
</style>
background-color css
<style>
a { background-color: #02309E; }
a { background-color: rgb(2,48,158); }
div.DivClassName
{
background-color: #02309E;
}
.BgClassName
{
background-color: #02309E;
}
</style>
border-color css
<style>
span { border-color: #02309E; }
span { border-color: rgb(2,48,158); }
td.TdClassName
{
border-color: #02309E;
}
.TagClassName
{
border-color: #02309E;
}
</style>