Shades of Smalt #023D9F
Tints of Smalt #023D9F
RGB
CMYK
RGB Variations
Color information
#023D9F (or 0x023D9F) is known color: Smalt. HEX triplet: 02, 3D and 9F. RGB value is (2,61,159). Sum of RGB (Red+Green+Blue) = 2+61+159=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 61 (24.22% from 255 or 27.48% from 222); Blue value is 159 (62.5% from 255 or 71.62% from 222); Max value from RGB is 159 - color contains mainly: blue. Hex color #023D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023D9F is #FDC260. Grayscale: #363636. Windows color (decimal): -16630369 or 10435842. OLE color: 10435842.
HSL color Cylindrical-coordinate representation of color #023D9F: hue angle of 217.45º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023D9F is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 61 | 159 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.38 |
| HSL | 217.45º | 0.98% | 0.32% | - |
| HSV(B) | 217.45º | 0.99% | 0.62% | - |
| XYZ | 7.95 | 5.85 | 33.51 | - |
| YUV | 54.53 | 186.95 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 159 | 0.99 | 0.62 | 0 | 0.38 | 217.45 | 0.98 | 0.32 |
| Hex | 2 | 3D | 9F | 63 | 3E | 0 | 26 | D9 | 62 | 20 |
| Octal | 2 | 75 | 237 | 143 | 76 | 0 | 46 | 331 | 142 | 40 |
| Binary | 10 | 111101 | 10011111 | 1100011 | 111110 | 0 | 100110 | 11011001 | 1100010 | 100000 |
Color Harmonies of #023D9F
Complementary color
Monochromatic Colors of #023D9F
Black with #023D9F
Text Example
Text Example
White with #023D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023D9F; }
p { color: rgb(2,61,159); }
H1.HeaderClassName
{
color: #023D9F;
}
.AnyTagClassName
{
color: #023D9F;
}
</style>
background-color css
<style>
a { background-color: #023D9F; }
a { background-color: rgb(2,61,159); }
div.DivClassName
{
background-color: #023D9F;
}
.BgClassName
{
background-color: #023D9F;
}
</style>
border-color css
<style>
span { border-color: #023D9F; }
span { border-color: rgb(2,61,159); }
td.TdClassName
{
border-color: #023D9F;
}
.TagClassName
{
border-color: #023D9F;
}
</style>