Shades of Smalt #023895
Tints of Smalt #023895
RGB
CMYK
RGB Variations
Color information
#023895 (or 0x023895) is known color: Smalt. HEX triplet: 02, 38 and 95. RGB value is (2,56,149). Sum of RGB (Red+Green+Blue) = 2+56+149=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 149 (58.59% from 255 or 71.98% from 207); Max value from RGB is 149 - color contains mainly: blue. Hex color #023895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023895 is #FDC76A. Grayscale: #323232. Windows color (decimal): -16631659 or 9779202. OLE color: 9779202.
HSL color Cylindrical-coordinate representation of color #023895: hue angle of 217.96º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023895 is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 56 | 149 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.42 |
| HSL | 217.96º | 0.97% | 0.3% | - |
| HSV(B) | 217.96º | 0.99% | 0.58% | - |
| XYZ | 6.86 | 5.01 | 29.04 | - |
| YUV | 50.46 | 183.61 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 56 | 149 | 0.99 | 0.62 | 0 | 0.42 | 217.96 | 0.97 | 0.3 |
| Hex | 2 | 38 | 95 | 63 | 3E | 0 | 2A | DA | 61 | 1E |
| Octal | 2 | 70 | 225 | 143 | 76 | 0 | 52 | 332 | 141 | 36 |
| Binary | 10 | 111000 | 10010101 | 1100011 | 111110 | 0 | 101010 | 11011010 | 1100001 | 11110 |
Color Harmonies of #023895
Complementary color
Monochromatic Colors of #023895
Black with #023895
Text Example
Text Example
White with #023895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023895; }
p { color: rgb(2,56,149); }
H1.HeaderClassName
{
color: #023895;
}
.AnyTagClassName
{
color: #023895;
}
</style>
background-color css
<style>
a { background-color: #023895; }
a { background-color: rgb(2,56,149); }
div.DivClassName
{
background-color: #023895;
}
.BgClassName
{
background-color: #023895;
}
</style>
border-color css
<style>
span { border-color: #023895; }
span { border-color: rgb(2,56,149); }
td.TdClassName
{
border-color: #023895;
}
.TagClassName
{
border-color: #023895;
}
</style>