Shades of Sapphire #08265E
Tints of Sapphire #08265E
RGB
CMYK
RGB Variations
Color information
#08265E (or 0x08265E) is known color: Sapphire. HEX triplet: 08, 26 and 5E. RGB value is (8,38,94). Sum of RGB (Red+Green+Blue) = 8+38+94=140 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.71% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 94 (37.11% from 255 or 67.14% from 140); Max value from RGB is 94 - color contains mainly: blue. Hex color #08265E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08265E is #F7D9A1. Grayscale: #232323. Windows color (decimal): -16243106 or 6170120. OLE color: 6170120.
HSL color Cylindrical-coordinate representation of color #08265E: hue angle of 219.07º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08265E is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 8 | 38 | 94 | - |
| CMYK | 0.91 | 0.60 | 0 | 0.63 |
| HSL | 219.07º | 0.84% | 0.2% | - |
| HSV(B) | 219.07º | 0.91% | 0.37% | - |
| XYZ | 2.81 | 2.25 | 10.87 | - |
| YUV | 35.41 | 161.06 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 38 | 94 | 0.91 | 0.60 | 0 | 0.63 | 219.07 | 0.84 | 0.2 |
| Hex | 8 | 26 | 5E | 5B | 3C | 0 | 3F | DB | 54 | 14 |
| Octal | 10 | 46 | 136 | 133 | 74 | 0 | 77 | 333 | 124 | 24 |
| Binary | 1000 | 100110 | 1011110 | 1011011 | 111100 | 0 | 111111 | 11011011 | 1010100 | 10100 |
Color Harmonies of #08265E
Complementary color
Monochromatic Colors of #08265E
Black with #08265E
Text Example
Text Example
White with #08265E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08265E; }
p { color: rgb(8,38,94); }
H1.HeaderClassName
{
color: #08265E;
}
.AnyTagClassName
{
color: #08265E;
}
</style>
background-color css
<style>
a { background-color: #08265E; }
a { background-color: rgb(8,38,94); }
div.DivClassName
{
background-color: #08265E;
}
.BgClassName
{
background-color: #08265E;
}
</style>
border-color css
<style>
span { border-color: #08265E; }
span { border-color: rgb(8,38,94); }
td.TdClassName
{
border-color: #08265E;
}
.TagClassName
{
border-color: #08265E;
}
</style>