Shades of Smalt #08409C
Tints of Smalt #08409C
RGB
CMYK
RGB Variations
Color information
#08409C (or 0x08409C) is known color: Smalt. HEX triplet: 08, 40 and 9C. RGB value is (8,64,156). Sum of RGB (Red+Green+Blue) = 8+64+156=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 156 (61.33% from 255 or 68.42% from 228); Max value from RGB is 156 - color contains mainly: blue. Hex color #08409C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08409C is #F7BF63. Grayscale: #393939. Windows color (decimal): -16236388 or 10240008. OLE color: 10240008.
HSL color Cylindrical-coordinate representation of color #08409C: hue angle of 217.3º 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 #08409C is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 64 | 156 | - |
| CMYK | 0.95 | 0.59 | 0 | 0.39 |
| HSL | 217.3º | 0.9% | 0.32% | - |
| HSV(B) | 217.3º | 0.95% | 0.61% | - |
| XYZ | 7.93 | 6.12 | 32.22 | - |
| YUV | 57.74 | 183.45 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 64 | 156 | 0.95 | 0.59 | 0 | 0.39 | 217.3 | 0.9 | 0.32 |
| Hex | 8 | 40 | 9C | 5F | 3B | 0 | 27 | D9 | 5A | 20 |
| Octal | 10 | 100 | 234 | 137 | 73 | 0 | 47 | 331 | 132 | 40 |
| Binary | 1000 | 1000000 | 10011100 | 1011111 | 111011 | 0 | 100111 | 11011001 | 1011010 | 100000 |
Color Harmonies of #08409C
Complementary color
Monochromatic Colors of #08409C
Black with #08409C
Text Example
Text Example
White with #08409C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08409C; }
p { color: rgb(8,64,156); }
H1.HeaderClassName
{
color: #08409C;
}
.AnyTagClassName
{
color: #08409C;
}
</style>
background-color css
<style>
a { background-color: #08409C; }
a { background-color: rgb(8,64,156); }
div.DivClassName
{
background-color: #08409C;
}
.BgClassName
{
background-color: #08409C;
}
</style>
border-color css
<style>
span { border-color: #08409C; }
span { border-color: rgb(8,64,156); }
td.TdClassName
{
border-color: #08409C;
}
.TagClassName
{
border-color: #08409C;
}
</style>