Shades of Sapphire #08265D
Tints of Sapphire #08265D
RGB
CMYK
RGB Variations
Color information
#08265D (or 0x08265D) is known color: Sapphire. HEX triplet: 08, 26 and 5D. RGB value is (8,38,93). Sum of RGB (Red+Green+Blue) = 8+38+93=139 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.76% from 139); Green value is 38 (15.23% from 255 or 27.34% from 139); Blue value is 93 (36.72% from 255 or 66.91% from 139); Max value from RGB is 93 - color contains mainly: blue. Hex color #08265D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08265D is #F7D9A2. Grayscale: #232323. Windows color (decimal): -16243107 or 6104584. OLE color: 6104584.
HSL color Cylindrical-coordinate representation of color #08265D: hue angle of 218.82º 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 #08265D is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 38 | 93 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.64 |
| HSL | 218.82º | 0.84% | 0.2% | - |
| HSV(B) | 218.82º | 0.91% | 0.36% | - |
| XYZ | 2.77 | 2.23 | 10.64 | - |
| YUV | 35.3 | 160.56 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 38 | 93 | 0.91 | 0.59 | 0 | 0.64 | 218.82 | 0.84 | 0.2 |
| Hex | 8 | 26 | 5D | 5B | 3B | 0 | 40 | DB | 54 | 14 |
| Octal | 10 | 46 | 135 | 133 | 73 | 0 | 100 | 333 | 124 | 24 |
| Binary | 1000 | 100110 | 1011101 | 1011011 | 111011 | 0 | 1000000 | 11011011 | 1010100 | 10100 |
Color Harmonies of #08265D
Complementary color
Monochromatic Colors of #08265D
Black with #08265D
Text Example
Text Example
White with #08265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08265D; }
p { color: rgb(8,38,93); }
H1.HeaderClassName
{
color: #08265D;
}
.AnyTagClassName
{
color: #08265D;
}
</style>
background-color css
<style>
a { background-color: #08265D; }
a { background-color: rgb(8,38,93); }
div.DivClassName
{
background-color: #08265D;
}
.BgClassName
{
background-color: #08265D;
}
</style>
border-color css
<style>
span { border-color: #08265D; }
span { border-color: rgb(8,38,93); }
td.TdClassName
{
border-color: #08265D;
}
.TagClassName
{
border-color: #08265D;
}
</style>