Shades of Smalt #08308B
Tints of Smalt #08308B
RGB
CMYK
RGB Variations
Color information
#08308B (or 0x08308B) is known color: Smalt. HEX triplet: 08, 30 and 8B. RGB value is (8,48,139). Sum of RGB (Red+Green+Blue) = 8+48+139=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 139 (54.69% from 255 or 71.28% from 195); Max value from RGB is 139 - color contains mainly: blue. Hex color #08308B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08308B is #F7CF74. Grayscale: #2E2E2E. Windows color (decimal): -16240501 or 9121800. OLE color: 9121800.
HSL color Cylindrical-coordinate representation of color #08308B: hue angle of 221.68º 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 #08308B is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 48 | 139 | - |
| CMYK | 0.94 | 0.65 | 0 | 0.45 |
| HSL | 221.68º | 0.89% | 0.29% | - |
| HSV(B) | 221.68º | 0.94% | 0.55% | - |
| XYZ | 5.82 | 4.03 | 24.9 | - |
| YUV | 46.41 | 180.25 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 48 | 139 | 0.94 | 0.65 | 0 | 0.45 | 221.68 | 0.89 | 0.29 |
| Hex | 8 | 30 | 8B | 5E | 41 | 0 | 2D | DE | 59 | 1D |
| Octal | 10 | 60 | 213 | 136 | 101 | 0 | 55 | 336 | 131 | 35 |
| Binary | 1000 | 110000 | 10001011 | 1011110 | 1000001 | 0 | 101101 | 11011110 | 1011001 | 11101 |
Color Harmonies of #08308B
Complementary color
Monochromatic Colors of #08308B
Black with #08308B
Text Example
Text Example
White with #08308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08308B; }
p { color: rgb(8,48,139); }
H1.HeaderClassName
{
color: #08308B;
}
.AnyTagClassName
{
color: #08308B;
}
</style>
background-color css
<style>
a { background-color: #08308B; }
a { background-color: rgb(8,48,139); }
div.DivClassName
{
background-color: #08308B;
}
.BgClassName
{
background-color: #08308B;
}
</style>
border-color css
<style>
span { border-color: #08308B; }
span { border-color: rgb(8,48,139); }
td.TdClassName
{
border-color: #08308B;
}
.TagClassName
{
border-color: #08308B;
}
</style>