Shades of Smalt #08328C
Tints of Smalt #08328C
RGB
CMYK
RGB Variations
Color information
#08328C (or 0x08328C) is known color: Smalt. HEX triplet: 08, 32 and 8C. RGB value is (8,50,140). Sum of RGB (Red+Green+Blue) = 8+50+140=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 140 (55.08% from 255 or 70.71% from 198); Max value from RGB is 140 - color contains mainly: blue. Hex color #08328C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08328C is #F7CD73. Grayscale: #2F2F2F. Windows color (decimal): -16239988 or 9187848. OLE color: 9187848.
HSL color Cylindrical-coordinate representation of color #08328C: hue angle of 220.91º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08328C is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 50 | 140 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.45 |
| HSL | 220.91º | 0.89% | 0.29% | - |
| HSV(B) | 220.91º | 0.94% | 0.55% | - |
| XYZ | 5.97 | 4.23 | 25.31 | - |
| YUV | 47.7 | 180.09 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 50 | 140 | 0.94 | 0.64 | 0 | 0.45 | 220.91 | 0.89 | 0.29 |
| Hex | 8 | 32 | 8C | 5E | 40 | 0 | 2D | DD | 59 | 1D |
| Octal | 10 | 62 | 214 | 136 | 100 | 0 | 55 | 335 | 131 | 35 |
| Binary | 1000 | 110010 | 10001100 | 1011110 | 1000000 | 0 | 101101 | 11011101 | 1011001 | 11101 |
Color Harmonies of #08328C
Complementary color
Monochromatic Colors of #08328C
Black with #08328C
Text Example
Text Example
White with #08328C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08328C; }
p { color: rgb(8,50,140); }
H1.HeaderClassName
{
color: #08328C;
}
.AnyTagClassName
{
color: #08328C;
}
</style>
background-color css
<style>
a { background-color: #08328C; }
a { background-color: rgb(8,50,140); }
div.DivClassName
{
background-color: #08328C;
}
.BgClassName
{
background-color: #08328C;
}
</style>
border-color css
<style>
span { border-color: #08328C; }
span { border-color: rgb(8,50,140); }
td.TdClassName
{
border-color: #08328C;
}
.TagClassName
{
border-color: #08328C;
}
</style>