Shades of Smalt #08288C
Tints of Smalt #08288C
RGB
CMYK
RGB Variations
Color information
#08288C (or 0x08288C) is known color: Smalt. HEX triplet: 08, 28 and 8C. RGB value is (8,40,140). Sum of RGB (Red+Green+Blue) = 8+40+140=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 140 (55.08% from 255 or 74.47% from 188); Max value from RGB is 140 - color contains mainly: blue. Hex color #08288C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08288C is #F7D773. Grayscale: #292929. Windows color (decimal): -16242548 or 9185288. OLE color: 9185288.
HSL color Cylindrical-coordinate representation of color #08288C: hue angle of 225.45º 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 #08288C is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 40 | 140 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.45 |
| HSL | 225.45º | 0.89% | 0.29% | - |
| HSV(B) | 225.45º | 0.94% | 0.55% | - |
| XYZ | 5.59 | 3.46 | 25.18 | - |
| YUV | 41.83 | 183.4 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 140 | 0.94 | 0.71 | 0 | 0.45 | 225.45 | 0.89 | 0.29 |
| Hex | 8 | 28 | 8C | 5E | 47 | 0 | 2D | E1 | 59 | 1D |
| Octal | 10 | 50 | 214 | 136 | 107 | 0 | 55 | 341 | 131 | 35 |
| Binary | 1000 | 101000 | 10001100 | 1011110 | 1000111 | 0 | 101101 | 11100001 | 1011001 | 11101 |
Color Harmonies of #08288C
Complementary color
Monochromatic Colors of #08288C
Black with #08288C
Text Example
Text Example
White with #08288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08288C; }
p { color: rgb(8,40,140); }
H1.HeaderClassName
{
color: #08288C;
}
.AnyTagClassName
{
color: #08288C;
}
</style>
background-color css
<style>
a { background-color: #08288C; }
a { background-color: rgb(8,40,140); }
div.DivClassName
{
background-color: #08288C;
}
.BgClassName
{
background-color: #08288C;
}
</style>
border-color css
<style>
span { border-color: #08288C; }
span { border-color: rgb(8,40,140); }
td.TdClassName
{
border-color: #08288C;
}
.TagClassName
{
border-color: #08288C;
}
</style>