Shades of Smalt #08388B
Tints of Smalt #08388B
RGB
CMYK
RGB Variations
Color information
#08388B (or 0x08388B) is known color: Smalt. HEX triplet: 08, 38 and 8B. RGB value is (8,56,139). Sum of RGB (Red+Green+Blue) = 8+56+139=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 139 (54.69% from 255 or 68.47% from 203); Max value from RGB is 139 - color contains mainly: blue. Hex color #08388B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08388B is #F7C774. Grayscale: #323232. Windows color (decimal): -16238453 or 9123848. OLE color: 9123848.
HSL color Cylindrical-coordinate representation of color #08388B: hue angle of 218.02º 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 #08388B is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 56 | 139 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.45 |
| HSL | 218.02º | 0.89% | 0.29% | - |
| HSV(B) | 218.02º | 0.94% | 0.55% | - |
| XYZ | 6.17 | 4.74 | 25.02 | - |
| YUV | 51.11 | 177.6 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 56 | 139 | 0.94 | 0.60 | 0 | 0.45 | 218.02 | 0.89 | 0.29 |
| Hex | 8 | 38 | 8B | 5E | 3C | 0 | 2D | DA | 59 | 1D |
| Octal | 10 | 70 | 213 | 136 | 74 | 0 | 55 | 332 | 131 | 35 |
| Binary | 1000 | 111000 | 10001011 | 1011110 | 111100 | 0 | 101101 | 11011010 | 1011001 | 11101 |
Color Harmonies of #08388B
Complementary color
Monochromatic Colors of #08388B
Black with #08388B
Text Example
Text Example
White with #08388B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08388B; }
p { color: rgb(8,56,139); }
H1.HeaderClassName
{
color: #08388B;
}
.AnyTagClassName
{
color: #08388B;
}
</style>
background-color css
<style>
a { background-color: #08388B; }
a { background-color: rgb(8,56,139); }
div.DivClassName
{
background-color: #08388B;
}
.BgClassName
{
background-color: #08388B;
}
</style>
border-color css
<style>
span { border-color: #08388B; }
span { border-color: rgb(8,56,139); }
td.TdClassName
{
border-color: #08388B;
}
.TagClassName
{
border-color: #08388B;
}
</style>