Shades of Smalt #02409D
Tints of Smalt #02409D
RGB
CMYK
RGB Variations
Color information
#02409D (or 0x02409D) is known color: Smalt. HEX triplet: 02, 40 and 9D. RGB value is (2,64,157). Sum of RGB (Red+Green+Blue) = 2+64+157=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 157 (61.72% from 255 or 70.40% from 223); Max value from RGB is 157 - color contains mainly: blue. Hex color #02409D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02409D is #FDBF62. Grayscale: #373737. Windows color (decimal): -16629603 or 10305538. OLE color: 10305538.
HSL color Cylindrical-coordinate representation of color #02409D: hue angle of 216º degrees, saturation: 0.97, 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 #02409D is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 64 | 157 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.38 |
| HSL | 216º | 0.97% | 0.31% | - |
| HSV(B) | 216º | 0.99% | 0.62% | - |
| XYZ | 7.94 | 6.11 | 32.66 | - |
| YUV | 56.06 | 184.96 | 89.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 64 | 157 | 0.99 | 0.59 | 0 | 0.38 | 216 | 0.97 | 0.31 |
| Hex | 2 | 40 | 9D | 63 | 3B | 0 | 26 | D8 | 61 | 1F |
| Octal | 2 | 100 | 235 | 143 | 73 | 0 | 46 | 330 | 141 | 37 |
| Binary | 10 | 1000000 | 10011101 | 1100011 | 111011 | 0 | 100110 | 11011000 | 1100001 | 11111 |
Color Harmonies of #02409D
Complementary color
Monochromatic Colors of #02409D
Black with #02409D
Text Example
Text Example
White with #02409D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02409D; }
p { color: rgb(2,64,157); }
H1.HeaderClassName
{
color: #02409D;
}
.AnyTagClassName
{
color: #02409D;
}
</style>
background-color css
<style>
a { background-color: #02409D; }
a { background-color: rgb(2,64,157); }
div.DivClassName
{
background-color: #02409D;
}
.BgClassName
{
background-color: #02409D;
}
</style>
border-color css
<style>
span { border-color: #02409D; }
span { border-color: rgb(2,64,157); }
td.TdClassName
{
border-color: #02409D;
}
.TagClassName
{
border-color: #02409D;
}
</style>