Shades of Sapphire #081259
Tints of Sapphire #081259
RGB
CMYK
RGB Variations
Color information
#081259 (or 0x081259) is known color: Sapphire. HEX triplet: 08, 12 and 59. RGB value is (8,18,89). Sum of RGB (Red+Green+Blue) = 8+18+89=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 89 (35.16% from 255 or 77.39% from 115); Max value from RGB is 89 - color contains mainly: blue. Hex color #081259 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081259 is #F7EDA6. Grayscale: #161616. Windows color (decimal): -16248231 or 5837320. OLE color: 5837320.
HSL color Cylindrical-coordinate representation of color #081259: hue angle of 232.59º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081259 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 18 | 89 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.65 |
| HSL | 232.59º | 0.84% | 0.19% | - |
| HSV(B) | 232.59º | 0.91% | 0.35% | - |
| XYZ | 2.12 | 1.21 | 9.57 | - |
| YUV | 23.1 | 165.19 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 89 | 0.91 | 0.80 | 0 | 0.65 | 232.59 | 0.84 | 0.19 |
| Hex | 8 | 12 | 59 | 5B | 50 | 0 | 41 | E9 | 54 | 13 |
| Octal | 10 | 22 | 131 | 133 | 120 | 0 | 101 | 351 | 124 | 23 |
| Binary | 1000 | 10010 | 1011001 | 1011011 | 1010000 | 0 | 1000001 | 11101001 | 1010100 | 10011 |
Color Harmonies of #081259
Complementary color
Monochromatic Colors of #081259
Black with #081259
Text Example
Text Example
White with #081259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081259; }
p { color: rgb(8,18,89); }
H1.HeaderClassName
{
color: #081259;
}
.AnyTagClassName
{
color: #081259;
}
</style>
background-color css
<style>
a { background-color: #081259; }
a { background-color: rgb(8,18,89); }
div.DivClassName
{
background-color: #081259;
}
.BgClassName
{
background-color: #081259;
}
</style>
border-color css
<style>
span { border-color: #081259; }
span { border-color: rgb(8,18,89); }
td.TdClassName
{
border-color: #081259;
}
.TagClassName
{
border-color: #081259;
}
</style>