Shades of Smalt #023D9B
Tints of Smalt #023D9B
RGB
CMYK
RGB Variations
Color information
#023D9B (or 0x023D9B) is known color: Smalt. HEX triplet: 02, 3D and 9B. RGB value is (2,61,155). Sum of RGB (Red+Green+Blue) = 2+61+155=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 155 (60.94% from 255 or 71.10% from 218); Max value from RGB is 155 - color contains mainly: blue. Hex color #023D9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #023D9B is #FDC264. Grayscale: #353535. Windows color (decimal): -16630373 or 10173698. OLE color: 10173698.
HSL color Cylindrical-coordinate representation of color #023D9B: hue angle of 216.86º 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 #023D9B is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 61 | 155 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.39 |
| HSL | 216.86º | 0.97% | 0.31% | - |
| HSV(B) | 216.86º | 0.99% | 0.61% | - |
| XYZ | 7.61 | 5.72 | 31.71 | - |
| YUV | 54.08 | 184.95 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 155 | 0.99 | 0.61 | 0 | 0.39 | 216.86 | 0.97 | 0.31 |
| Hex | 2 | 3D | 9B | 63 | 3D | 0 | 27 | D9 | 61 | 1F |
| Octal | 2 | 75 | 233 | 143 | 75 | 0 | 47 | 331 | 141 | 37 |
| Binary | 10 | 111101 | 10011011 | 1100011 | 111101 | 0 | 100111 | 11011001 | 1100001 | 11111 |
Color Harmonies of #023D9B
Complementary color
Monochromatic Colors of #023D9B
Black with #023D9B
Text Example
Text Example
White with #023D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023D9B; }
p { color: rgb(2,61,155); }
H1.HeaderClassName
{
color: #023D9B;
}
.AnyTagClassName
{
color: #023D9B;
}
</style>
background-color css
<style>
a { background-color: #023D9B; }
a { background-color: rgb(2,61,155); }
div.DivClassName
{
background-color: #023D9B;
}
.BgClassName
{
background-color: #023D9B;
}
</style>
border-color css
<style>
span { border-color: #023D9B; }
span { border-color: rgb(2,61,155); }
td.TdClassName
{
border-color: #023D9B;
}
.TagClassName
{
border-color: #023D9B;
}
</style>