Shades of Smalt #023290
Tints of Smalt #023290
RGB
CMYK
RGB Variations
Color information
#023290 (or 0x023290) is known color: Smalt. HEX triplet: 02, 32 and 90. RGB value is (2,50,144). Sum of RGB (Red+Green+Blue) = 2+50+144=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 144 (56.64% from 255 or 73.47% from 196); Max value from RGB is 144 - color contains mainly: blue. Hex color #023290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023290 is #FDCD6F. Grayscale: #2D2D2D. Windows color (decimal): -16633200 or 9449986. OLE color: 9449986.
HSL color Cylindrical-coordinate representation of color #023290: hue angle of 219.72º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023290 is Cyan = 0.99, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 50 | 144 | - |
| CMYK | 0.99 | 0.65 | 0 | 0.44 |
| HSL | 219.72º | 0.97% | 0.29% | - |
| HSV(B) | 219.72º | 0.99% | 0.56% | - |
| XYZ | 6.2 | 4.31 | 26.89 | - |
| YUV | 46.36 | 183.1 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 50 | 144 | 0.99 | 0.65 | 0 | 0.44 | 219.72 | 0.97 | 0.29 |
| Hex | 2 | 32 | 90 | 63 | 41 | 0 | 2C | DC | 61 | 1D |
| Octal | 2 | 62 | 220 | 143 | 101 | 0 | 54 | 334 | 141 | 35 |
| Binary | 10 | 110010 | 10010000 | 1100011 | 1000001 | 0 | 101100 | 11011100 | 1100001 | 11101 |
Color Harmonies of #023290
Complementary color
Monochromatic Colors of #023290
Black with #023290
Text Example
Text Example
White with #023290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023290; }
p { color: rgb(2,50,144); }
H1.HeaderClassName
{
color: #023290;
}
.AnyTagClassName
{
color: #023290;
}
</style>
background-color css
<style>
a { background-color: #023290; }
a { background-color: rgb(2,50,144); }
div.DivClassName
{
background-color: #023290;
}
.BgClassName
{
background-color: #023290;
}
</style>
border-color css
<style>
span { border-color: #023290; }
span { border-color: rgb(2,50,144); }
td.TdClassName
{
border-color: #023290;
}
.TagClassName
{
border-color: #023290;
}
</style>