Shades of Smalt #023E8F
Tints of Smalt #023E8F
RGB
CMYK
RGB Variations
Color information
#023E8F (or 0x023E8F) is known color: Smalt. HEX triplet: 02, 3E and 8F. RGB value is (2,62,143). Sum of RGB (Red+Green+Blue) = 2+62+143=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 62 (24.61% from 255 or 29.95% from 207); Blue value is 143 (56.25% from 255 or 69.08% from 207); Max value from RGB is 143 - color contains mainly: blue. Hex color #023E8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023E8F is #FDC170. Grayscale: #343434. Windows color (decimal): -16630129 or 9387522. OLE color: 9387522.
HSL color Cylindrical-coordinate representation of color #023E8F: hue angle of 214.47º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023E8F is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 62 | 143 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.44 |
| HSL | 214.47º | 0.97% | 0.28% | - |
| HSV(B) | 214.47º | 0.99% | 0.56% | - |
| XYZ | 6.71 | 5.44 | 26.68 | - |
| YUV | 53.29 | 178.62 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 62 | 143 | 0.99 | 0.57 | 0 | 0.44 | 214.47 | 0.97 | 0.28 |
| Hex | 2 | 3E | 8F | 63 | 39 | 0 | 2C | D6 | 61 | 1C |
| Octal | 2 | 76 | 217 | 143 | 71 | 0 | 54 | 326 | 141 | 34 |
| Binary | 10 | 111110 | 10001111 | 1100011 | 111001 | 0 | 101100 | 11010110 | 1100001 | 11100 |
Color Harmonies of #023E8F
Complementary color
Monochromatic Colors of #023E8F
Black with #023E8F
Text Example
Text Example
White with #023E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023E8F; }
p { color: rgb(2,62,143); }
H1.HeaderClassName
{
color: #023E8F;
}
.AnyTagClassName
{
color: #023E8F;
}
</style>
background-color css
<style>
a { background-color: #023E8F; }
a { background-color: rgb(2,62,143); }
div.DivClassName
{
background-color: #023E8F;
}
.BgClassName
{
background-color: #023E8F;
}
</style>
border-color css
<style>
span { border-color: #023E8F; }
span { border-color: rgb(2,62,143); }
td.TdClassName
{
border-color: #023E8F;
}
.TagClassName
{
border-color: #023E8F;
}
</style>