Shades of Smalt #08218C
Tints of Smalt #08218C
RGB
CMYK
RGB Variations
Color information
#08218C (or 0x08218C) is known color: Smalt. HEX triplet: 08, 21 and 8C. RGB value is (8,33,140). Sum of RGB (Red+Green+Blue) = 8+33+140=181 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.42% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 140 (55.08% from 255 or 77.35% from 181); Max value from RGB is 140 - color contains mainly: blue. Hex color #08218C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08218C is #F7DE73. Grayscale: #252525. Windows color (decimal): -16244340 or 9183496. OLE color: 9183496.
HSL color Cylindrical-coordinate representation of color #08218C: hue angle of 228.64º 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 #08218C is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 33 | 140 | - |
| CMYK | 0.94 | 0.76 | 0 | 0.45 |
| HSL | 228.64º | 0.89% | 0.29% | - |
| HSV(B) | 228.64º | 0.94% | 0.55% | - |
| XYZ | 5.38 | 3.03 | 25.11 | - |
| YUV | 37.72 | 185.72 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 140 | 0.94 | 0.76 | 0 | 0.45 | 228.64 | 0.89 | 0.29 |
| Hex | 8 | 21 | 8C | 5E | 4C | 0 | 2D | E5 | 59 | 1D |
| Octal | 10 | 41 | 214 | 136 | 114 | 0 | 55 | 345 | 131 | 35 |
| Binary | 1000 | 100001 | 10001100 | 1011110 | 1001100 | 0 | 101101 | 11100101 | 1011001 | 11101 |
Color Harmonies of #08218C
Complementary color
Monochromatic Colors of #08218C
Black with #08218C
Text Example
Text Example
White with #08218C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08218C; }
p { color: rgb(8,33,140); }
H1.HeaderClassName
{
color: #08218C;
}
.AnyTagClassName
{
color: #08218C;
}
</style>
background-color css
<style>
a { background-color: #08218C; }
a { background-color: rgb(8,33,140); }
div.DivClassName
{
background-color: #08218C;
}
.BgClassName
{
background-color: #08218C;
}
</style>
border-color css
<style>
span { border-color: #08218C; }
span { border-color: rgb(8,33,140); }
td.TdClassName
{
border-color: #08218C;
}
.TagClassName
{
border-color: #08218C;
}
</style>