Shades of Sapphire #08295B
Tints of Sapphire #08295B
RGB
CMYK
RGB Variations
Color information
#08295B (or 0x08295B) is known color: Sapphire. HEX triplet: 08, 29 and 5B. RGB value is (8,41,91). Sum of RGB (Red+Green+Blue) = 8+41+91=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 91 (35.94% from 255 or 65% from 140); Max value from RGB is 91 - color contains mainly: blue. Hex color #08295B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08295B is #F7D6A4. Grayscale: #242424. Windows color (decimal): -16242341 or 5974280. OLE color: 5974280.
HSL color Cylindrical-coordinate representation of color #08295B: hue angle of 216.14º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08295B is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 41 | 91 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.64 |
| HSL | 216.14º | 0.84% | 0.19% | - |
| HSV(B) | 216.14º | 0.91% | 0.36% | - |
| XYZ | 2.78 | 2.39 | 10.21 | - |
| YUV | 36.83 | 158.57 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 91 | 0.91 | 0.55 | 0 | 0.64 | 216.14 | 0.84 | 0.19 |
| Hex | 8 | 29 | 5B | 5B | 37 | 0 | 40 | D8 | 54 | 13 |
| Octal | 10 | 51 | 133 | 133 | 67 | 0 | 100 | 330 | 124 | 23 |
| Binary | 1000 | 101001 | 1011011 | 1011011 | 110111 | 0 | 1000000 | 11011000 | 1010100 | 10011 |
Color Harmonies of #08295B
Complementary color
Monochromatic Colors of #08295B
Black with #08295B
Text Example
Text Example
White with #08295B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08295B; }
p { color: rgb(8,41,91); }
H1.HeaderClassName
{
color: #08295B;
}
.AnyTagClassName
{
color: #08295B;
}
</style>
background-color css
<style>
a { background-color: #08295B; }
a { background-color: rgb(8,41,91); }
div.DivClassName
{
background-color: #08295B;
}
.BgClassName
{
background-color: #08295B;
}
</style>
border-color css
<style>
span { border-color: #08295B; }
span { border-color: rgb(8,41,91); }
td.TdClassName
{
border-color: #08295B;
}
.TagClassName
{
border-color: #08295B;
}
</style>