Shades of Sapphire #08255D
Tints of Sapphire #08255D
RGB
CMYK
RGB Variations
Color information
#08255D (or 0x08255D) is known color: Sapphire. HEX triplet: 08, 25 and 5D. RGB value is (8,37,93). Sum of RGB (Red+Green+Blue) = 8+37+93=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 93 (36.72% from 255 or 67.39% from 138); Max value from RGB is 93 - color contains mainly: blue. Hex color #08255D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08255D is #F7DAA2. Grayscale: #222222. Windows color (decimal): -16243363 or 6104328. OLE color: 6104328.
HSL color Cylindrical-coordinate representation of color #08255D: hue angle of 219.53º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08255D is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 37 | 93 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.64 |
| HSL | 219.53º | 0.84% | 0.2% | - |
| HSV(B) | 219.53º | 0.91% | 0.36% | - |
| XYZ | 2.74 | 2.17 | 10.63 | - |
| YUV | 34.71 | 160.89 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 37 | 93 | 0.91 | 0.60 | 0 | 0.64 | 219.53 | 0.84 | 0.2 |
| Hex | 8 | 25 | 5D | 5B | 3C | 0 | 40 | DC | 54 | 14 |
| Octal | 10 | 45 | 135 | 133 | 74 | 0 | 100 | 334 | 124 | 24 |
| Binary | 1000 | 100101 | 1011101 | 1011011 | 111100 | 0 | 1000000 | 11011100 | 1010100 | 10100 |
Color Harmonies of #08255D
Complementary color
Monochromatic Colors of #08255D
Black with #08255D
Text Example
Text Example
White with #08255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08255D; }
p { color: rgb(8,37,93); }
H1.HeaderClassName
{
color: #08255D;
}
.AnyTagClassName
{
color: #08255D;
}
</style>
background-color css
<style>
a { background-color: #08255D; }
a { background-color: rgb(8,37,93); }
div.DivClassName
{
background-color: #08255D;
}
.BgClassName
{
background-color: #08255D;
}
</style>
border-color css
<style>
span { border-color: #08255D; }
span { border-color: rgb(8,37,93); }
td.TdClassName
{
border-color: #08255D;
}
.TagClassName
{
border-color: #08255D;
}
</style>