Shades of Sapphire #081256
Tints of Sapphire #081256
RGB
CMYK
RGB Variations
Color information
#081256 (or 0x081256) is known color: Sapphire. HEX triplet: 08, 12 and 56. RGB value is (8,18,86). Sum of RGB (Red+Green+Blue) = 8+18+86=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 86 (33.98% from 255 or 76.79% from 112); Max value from RGB is 86 - color contains mainly: blue. Hex color #081256 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081256 is #F7EDA9. Grayscale: #161616. Windows color (decimal): -16248234 or 5640712. OLE color: 5640712.
HSL color Cylindrical-coordinate representation of color #081256: hue angle of 232.31º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081256 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 18 | 86 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.66 |
| HSL | 232.31º | 0.83% | 0.18% | - |
| HSV(B) | 232.31º | 0.91% | 0.34% | - |
| XYZ | 2 | 1.16 | 8.92 | - |
| YUV | 22.76 | 163.69 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 86 | 0.91 | 0.79 | 0 | 0.66 | 232.31 | 0.83 | 0.18 |
| Hex | 8 | 12 | 56 | 5B | 4F | 0 | 42 | E8 | 53 | 12 |
| Octal | 10 | 22 | 126 | 133 | 117 | 0 | 102 | 350 | 123 | 22 |
| Binary | 1000 | 10010 | 1010110 | 1011011 | 1001111 | 0 | 1000010 | 11101000 | 1010011 | 10010 |
Color Harmonies of #081256
Complementary color
Monochromatic Colors of #081256
Black with #081256
Text Example
Text Example
White with #081256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081256; }
p { color: rgb(8,18,86); }
H1.HeaderClassName
{
color: #081256;
}
.AnyTagClassName
{
color: #081256;
}
</style>
background-color css
<style>
a { background-color: #081256; }
a { background-color: rgb(8,18,86); }
div.DivClassName
{
background-color: #081256;
}
.BgClassName
{
background-color: #081256;
}
</style>
border-color css
<style>
span { border-color: #081256; }
span { border-color: rgb(8,18,86); }
td.TdClassName
{
border-color: #081256;
}
.TagClassName
{
border-color: #081256;
}
</style>