Shades of Smalt #08299A
Tints of Smalt #08299A
RGB
CMYK
RGB Variations
Color information
#08299A (or 0x08299A) is known color: Smalt. HEX triplet: 08, 29 and 9A. RGB value is (8,41,154). Sum of RGB (Red+Green+Blue) = 8+41+154=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 154 (60.55% from 255 or 75.86% from 203); Max value from RGB is 154 - color contains mainly: blue. Hex color #08299A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08299A is #F7D665. Grayscale: #2B2B2B. Windows color (decimal): -16242278 or 10103048. OLE color: 10103048.
HSL color Cylindrical-coordinate representation of color #08299A: hue angle of 226.44º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08299A is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 41 | 154 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.40 |
| HSL | 226.44º | 0.9% | 0.32% | - |
| HSV(B) | 226.44º | 0.95% | 0.6% | - |
| XYZ | 6.73 | 3.97 | 30.98 | - |
| YUV | 44.02 | 190.07 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 154 | 0.95 | 0.73 | 0 | 0.40 | 226.44 | 0.9 | 0.32 |
| Hex | 8 | 29 | 9A | 5F | 49 | 0 | 28 | E2 | 5A | 20 |
| Octal | 10 | 51 | 232 | 137 | 111 | 0 | 50 | 342 | 132 | 40 |
| Binary | 1000 | 101001 | 10011010 | 1011111 | 1001001 | 0 | 101000 | 11100010 | 1011010 | 100000 |
Color Harmonies of #08299A
Complementary color
Monochromatic Colors of #08299A
Black with #08299A
Text Example
Text Example
White with #08299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08299A; }
p { color: rgb(8,41,154); }
H1.HeaderClassName
{
color: #08299A;
}
.AnyTagClassName
{
color: #08299A;
}
</style>
background-color css
<style>
a { background-color: #08299A; }
a { background-color: rgb(8,41,154); }
div.DivClassName
{
background-color: #08299A;
}
.BgClassName
{
background-color: #08299A;
}
</style>
border-color css
<style>
span { border-color: #08299A; }
span { border-color: rgb(8,41,154); }
td.TdClassName
{
border-color: #08299A;
}
.TagClassName
{
border-color: #08299A;
}
</style>