Shades of Smalt #023299
Tints of Smalt #023299
RGB
CMYK
RGB Variations
Color information
#023299 (or 0x023299) is known color: Smalt. HEX triplet: 02, 32 and 99. RGB value is (2,50,153). Sum of RGB (Red+Green+Blue) = 2+50+153=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 153 (60.16% from 255 or 74.63% from 205); Max value from RGB is 153 - color contains mainly: blue. Hex color #023299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023299 is #FDCD66. Grayscale: #2E2E2E. Windows color (decimal): -16633191 or 10039810. OLE color: 10039810.
HSL color Cylindrical-coordinate representation of color #023299: hue angle of 220.93º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023299 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 2 | 50 | 153 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.4 |
| HSL | 220.93º | 0.97% | 0.3% | - |
| HSV(B) | 220.93º | 0.99% | 0.6% | - |
| XYZ | 6.92 | 4.59 | 30.66 | - |
| YUV | 47.39 | 187.6 | 95.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 153 | 0.99 | 0.67 | 0 | 0.4 | 220.93 | 0.97 | 0.3 |
| Hex | 2 | 32 | 99 | 63 | 43 | 0 | 28 | DD | 61 | 1E |
| Octal | 2 | 62 | 231 | 143 | 103 | 0 | 50 | 335 | 141 | 36 |
| Binary | 10 | 110010 | 10011001 | 1100011 | 1000011 | 0 | 101000 | 11011101 | 1100001 | 11110 |
Color Harmonies of #023299
Complementary color
Monochromatic Colors of #023299
Black with #023299
Text Example
Text Example
White with #023299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023299; }
p { color: rgb(2,50,153); }
H1.HeaderClassName
{
color: #023299;
}
.AnyTagClassName
{
color: #023299;
}
</style>
background-color css
<style>
a { background-color: #023299; }
a { background-color: rgb(2,50,153); }
div.DivClassName
{
background-color: #023299;
}
.BgClassName
{
background-color: #023299;
}
</style>
border-color css
<style>
span { border-color: #023299; }
span { border-color: rgb(2,50,153); }
td.TdClassName
{
border-color: #023299;
}
.TagClassName
{
border-color: #023299;
}
</style>