Shades of Sapphire #08266D
Tints of Sapphire #08266D
RGB
CMYK
RGB Variations
Color information
#08266D (or 0x08266D) is known color: Sapphire. HEX triplet: 08, 26 and 6D. RGB value is (8,38,109). Sum of RGB (Red+Green+Blue) = 8+38+109=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 109 (42.97% from 255 or 70.32% from 155); Max value from RGB is 109 - color contains mainly: blue. Hex color #08266D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08266D is #F7D992. Grayscale: #242424. Windows color (decimal): -16243091 or 7153160. OLE color: 7153160.
HSL color Cylindrical-coordinate representation of color #08266D: hue angle of 222.18º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08266D is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 38 | 109 | - |
| CMYK | 0.93 | 0.65 | 0 | 0.57 |
| HSL | 222.18º | 0.86% | 0.23% | - |
| HSV(B) | 222.18º | 0.93% | 0.43% | - |
| XYZ | 3.55 | 2.54 | 14.77 | - |
| YUV | 37.12 | 168.56 | 107.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 38 | 109 | 0.93 | 0.65 | 0 | 0.57 | 222.18 | 0.86 | 0.23 |
| Hex | 8 | 26 | 6D | 5D | 41 | 0 | 39 | DE | 56 | 17 |
| Octal | 10 | 46 | 155 | 135 | 101 | 0 | 71 | 336 | 126 | 27 |
| Binary | 1000 | 100110 | 1101101 | 1011101 | 1000001 | 0 | 111001 | 11011110 | 1010110 | 10111 |
Color Harmonies of #08266D
Complementary color
Monochromatic Colors of #08266D
Black with #08266D
Text Example
Text Example
White with #08266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08266D; }
p { color: rgb(8,38,109); }
H1.HeaderClassName
{
color: #08266D;
}
.AnyTagClassName
{
color: #08266D;
}
</style>
background-color css
<style>
a { background-color: #08266D; }
a { background-color: rgb(8,38,109); }
div.DivClassName
{
background-color: #08266D;
}
.BgClassName
{
background-color: #08266D;
}
</style>
border-color css
<style>
span { border-color: #08266D; }
span { border-color: rgb(8,38,109); }
td.TdClassName
{
border-color: #08266D;
}
.TagClassName
{
border-color: #08266D;
}
</style>