Shades of Smalt #08289B
Tints of Smalt #08289B
RGB
CMYK
RGB Variations
Color information
#08289B (or 0x08289B) is known color: Smalt. HEX triplet: 08, 28 and 9B. RGB value is (8,40,155). Sum of RGB (Red+Green+Blue) = 8+40+155=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 155 (60.94% from 255 or 76.35% from 203); Max value from RGB is 155 - color contains mainly: blue. Hex color #08289B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08289B is #F7D764. Grayscale: #2B2B2B. Windows color (decimal): -16242533 or 10168328. OLE color: 10168328.
HSL color Cylindrical-coordinate representation of color #08289B: hue angle of 226.94º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08289B is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 40 | 155 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.39 |
| HSL | 226.94º | 0.9% | 0.32% | - |
| HSV(B) | 226.94º | 0.95% | 0.61% | - |
| XYZ | 6.78 | 3.94 | 31.41 | - |
| YUV | 43.54 | 190.9 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 155 | 0.95 | 0.74 | 0 | 0.39 | 226.94 | 0.9 | 0.32 |
| Hex | 8 | 28 | 9B | 5F | 4A | 0 | 27 | E3 | 5A | 20 |
| Octal | 10 | 50 | 233 | 137 | 112 | 0 | 47 | 343 | 132 | 40 |
| Binary | 1000 | 101000 | 10011011 | 1011111 | 1001010 | 0 | 100111 | 11100011 | 1011010 | 100000 |
Color Harmonies of #08289B
Complementary color
Monochromatic Colors of #08289B
Black with #08289B
Text Example
Text Example
White with #08289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08289B; }
p { color: rgb(8,40,155); }
H1.HeaderClassName
{
color: #08289B;
}
.AnyTagClassName
{
color: #08289B;
}
</style>
background-color css
<style>
a { background-color: #08289B; }
a { background-color: rgb(8,40,155); }
div.DivClassName
{
background-color: #08289B;
}
.BgClassName
{
background-color: #08289B;
}
</style>
border-color css
<style>
span { border-color: #08289B; }
span { border-color: rgb(8,40,155); }
td.TdClassName
{
border-color: #08289B;
}
.TagClassName
{
border-color: #08289B;
}
</style>