Shades of Smalt #08328A
Tints of Smalt #08328A
RGB
CMYK
RGB Variations
Color information
#08328A (or 0x08328A) is known color: Smalt. HEX triplet: 08, 32 and 8A. RGB value is (8,50,138). Sum of RGB (Red+Green+Blue) = 8+50+138=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 50 (19.92% from 255 or 25.51% from 196); Blue value is 138 (54.30% from 255 or 70.41% from 196); Max value from RGB is 138 - color contains mainly: blue. Hex color #08328A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08328A is #F7CD75. Grayscale: #2F2F2F. Windows color (decimal): -16239990 or 9056776. OLE color: 9056776.
HSL color Cylindrical-coordinate representation of color #08328A: hue angle of 220.62º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08328A is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 50 | 138 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.46 |
| HSL | 220.62º | 0.89% | 0.29% | - |
| HSV(B) | 220.62º | 0.94% | 0.54% | - |
| XYZ | 5.83 | 4.17 | 24.54 | - |
| YUV | 47.47 | 179.09 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 50 | 138 | 0.94 | 0.64 | 0 | 0.46 | 220.62 | 0.89 | 0.29 |
| Hex | 8 | 32 | 8A | 5E | 40 | 0 | 2E | DD | 59 | 1D |
| Octal | 10 | 62 | 212 | 136 | 100 | 0 | 56 | 335 | 131 | 35 |
| Binary | 1000 | 110010 | 10001010 | 1011110 | 1000000 | 0 | 101110 | 11011101 | 1011001 | 11101 |
Color Harmonies of #08328A
Complementary color
Monochromatic Colors of #08328A
Black with #08328A
Text Example
Text Example
White with #08328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08328A; }
p { color: rgb(8,50,138); }
H1.HeaderClassName
{
color: #08328A;
}
.AnyTagClassName
{
color: #08328A;
}
</style>
background-color css
<style>
a { background-color: #08328A; }
a { background-color: rgb(8,50,138); }
div.DivClassName
{
background-color: #08328A;
}
.BgClassName
{
background-color: #08328A;
}
</style>
border-color css
<style>
span { border-color: #08328A; }
span { border-color: rgb(8,50,138); }
td.TdClassName
{
border-color: #08328A;
}
.TagClassName
{
border-color: #08328A;
}
</style>