Shades of Smalt #02299B
Tints of Smalt #02299B
RGB
CMYK
RGB Variations
Color information
#02299B (or 0x02299B) is known color: Smalt. HEX triplet: 02, 29 and 9B. RGB value is (2,41,155). Sum of RGB (Red+Green+Blue) = 2+41+155=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 155 (60.94% from 255 or 78.28% from 198); Max value from RGB is 155 - color contains mainly: blue. Hex color #02299B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02299B is #FDD664. Grayscale: #292929. Windows color (decimal): -16635493 or 10168578. OLE color: 10168578.
HSL color Cylindrical-coordinate representation of color #02299B: hue angle of 224.71º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02299B is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 41 | 155 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.39 |
| HSL | 224.71º | 0.97% | 0.31% | - |
| HSV(B) | 224.71º | 0.99% | 0.61% | - |
| XYZ | 6.73 | 3.97 | 31.42 | - |
| YUV | 42.34 | 191.58 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 41 | 155 | 0.99 | 0.74 | 0 | 0.39 | 224.71 | 0.97 | 0.31 |
| Hex | 2 | 29 | 9B | 63 | 4A | 0 | 27 | E1 | 61 | 1F |
| Octal | 2 | 51 | 233 | 143 | 112 | 0 | 47 | 341 | 141 | 37 |
| Binary | 10 | 101001 | 10011011 | 1100011 | 1001010 | 0 | 100111 | 11100001 | 1100001 | 11111 |
Color Harmonies of #02299B
Complementary color
Monochromatic Colors of #02299B
Black with #02299B
Text Example
Text Example
White with #02299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02299B; }
p { color: rgb(2,41,155); }
H1.HeaderClassName
{
color: #02299B;
}
.AnyTagClassName
{
color: #02299B;
}
</style>
background-color css
<style>
a { background-color: #02299B; }
a { background-color: rgb(2,41,155); }
div.DivClassName
{
background-color: #02299B;
}
.BgClassName
{
background-color: #02299B;
}
</style>
border-color css
<style>
span { border-color: #02299B; }
span { border-color: rgb(2,41,155); }
td.TdClassName
{
border-color: #02299B;
}
.TagClassName
{
border-color: #02299B;
}
</style>