Shades of Smalt #08248B
Tints of Smalt #08248B
RGB
CMYK
RGB Variations
Color information
#08248B (or 0x08248B) is known color: Smalt. HEX triplet: 08, 24 and 8B. RGB value is (8,36,139). Sum of RGB (Red+Green+Blue) = 8+36+139=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 139 (54.69% from 255 or 75.96% from 183); Max value from RGB is 139 - color contains mainly: blue. Hex color #08248B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08248B is #F7DB74. Grayscale: #262626. Windows color (decimal): -16243573 or 9118728. OLE color: 9118728.
HSL color Cylindrical-coordinate representation of color #08248B: hue angle of 227.18º 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 #08248B is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 36 | 139 | - |
| CMYK | 0.94 | 0.74 | 0 | 0.45 |
| HSL | 227.18º | 0.89% | 0.29% | - |
| HSV(B) | 227.18º | 0.94% | 0.55% | - |
| XYZ | 5.39 | 3.18 | 24.76 | - |
| YUV | 39.37 | 184.22 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 139 | 0.94 | 0.74 | 0 | 0.45 | 227.18 | 0.89 | 0.29 |
| Hex | 8 | 24 | 8B | 5E | 4A | 0 | 2D | E3 | 59 | 1D |
| Octal | 10 | 44 | 213 | 136 | 112 | 0 | 55 | 343 | 131 | 35 |
| Binary | 1000 | 100100 | 10001011 | 1011110 | 1001010 | 0 | 101101 | 11100011 | 1011001 | 11101 |
Color Harmonies of #08248B
Complementary color
Monochromatic Colors of #08248B
Black with #08248B
Text Example
Text Example
White with #08248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08248B; }
p { color: rgb(8,36,139); }
H1.HeaderClassName
{
color: #08248B;
}
.AnyTagClassName
{
color: #08248B;
}
</style>
background-color css
<style>
a { background-color: #08248B; }
a { background-color: rgb(8,36,139); }
div.DivClassName
{
background-color: #08248B;
}
.BgClassName
{
background-color: #08248B;
}
</style>
border-color css
<style>
span { border-color: #08248B; }
span { border-color: rgb(8,36,139); }
td.TdClassName
{
border-color: #08248B;
}
.TagClassName
{
border-color: #08248B;
}
</style>