Shades of Smalt #023E9B
Tints of Smalt #023E9B
RGB
CMYK
RGB Variations
Color information
#023E9B (or 0x023E9B) is known color: Smalt. HEX triplet: 02, 3E and 9B. RGB value is (2,62,155). Sum of RGB (Red+Green+Blue) = 2+62+155=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 62 (24.61% from 255 or 28.31% from 219); Blue value is 155 (60.94% from 255 or 70.78% from 219); Max value from RGB is 155 - color contains mainly: blue. Hex color #023E9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023E9B is #FDC164. Grayscale: #363636. Windows color (decimal): -16630117 or 10173954. OLE color: 10173954.
HSL color Cylindrical-coordinate representation of color #023E9B: hue angle of 216.47º 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 #023E9B is Cyan = 0.99, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 62 | 155 | - |
| CMYK | 0.99 | 0.6 | 0 | 0.39 |
| HSL | 216.47º | 0.97% | 0.31% | - |
| HSV(B) | 216.47º | 0.99% | 0.61% | - |
| XYZ | 7.66 | 5.82 | 31.73 | - |
| YUV | 54.66 | 184.62 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 155 | 0.99 | 0.6 | 0 | 0.39 | 216.47 | 0.97 | 0.31 |
| Hex | 2 | 3E | 9B | 63 | 3C | 0 | 27 | D8 | 61 | 1F |
| Octal | 2 | 76 | 233 | 143 | 74 | 0 | 47 | 330 | 141 | 37 |
| Binary | 10 | 111110 | 10011011 | 1100011 | 111100 | 0 | 100111 | 11011000 | 1100001 | 11111 |
Color Harmonies of #023E9B
Complementary color
Monochromatic Colors of #023E9B
Black with #023E9B
Text Example
Text Example
White with #023E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023E9B; }
p { color: rgb(2,62,155); }
H1.HeaderClassName
{
color: #023E9B;
}
.AnyTagClassName
{
color: #023E9B;
}
</style>
background-color css
<style>
a { background-color: #023E9B; }
a { background-color: rgb(2,62,155); }
div.DivClassName
{
background-color: #023E9B;
}
.BgClassName
{
background-color: #023E9B;
}
</style>
border-color css
<style>
span { border-color: #023E9B; }
span { border-color: rgb(2,62,155); }
td.TdClassName
{
border-color: #023E9B;
}
.TagClassName
{
border-color: #023E9B;
}
</style>