Shades of Sapphire #081258
Tints of Sapphire #081258
RGB
CMYK
RGB Variations
Color information
#081258 (or 0x081258) is known color: Sapphire. HEX triplet: 08, 12 and 58. RGB value is (8,18,88). Sum of RGB (Red+Green+Blue) = 8+18+88=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 88 (34.77% from 255 or 77.19% from 114); Max value from RGB is 88 - color contains mainly: blue. Hex color #081258 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081258 is #F7EDA7. Grayscale: #161616. Windows color (decimal): -16248232 or 5771784. OLE color: 5771784.
HSL color Cylindrical-coordinate representation of color #081258: hue angle of 232.5º degrees, saturation: 0.83, 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 #081258 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 18 | 88 | - |
| CMYK | 0.91 | 0.80 | 0 | 0.65 |
| HSL | 232.5º | 0.83% | 0.19% | - |
| HSV(B) | 232.5º | 0.91% | 0.35% | - |
| XYZ | 2.08 | 1.19 | 9.35 | - |
| YUV | 22.99 | 164.69 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 88 | 0.91 | 0.80 | 0 | 0.65 | 232.5 | 0.83 | 0.19 |
| Hex | 8 | 12 | 58 | 5B | 50 | 0 | 41 | E8 | 53 | 13 |
| Octal | 10 | 22 | 130 | 133 | 120 | 0 | 101 | 350 | 123 | 23 |
| Binary | 1000 | 10010 | 1011000 | 1011011 | 1010000 | 0 | 1000001 | 11101000 | 1010011 | 10011 |
Color Harmonies of #081258
Complementary color
Monochromatic Colors of #081258
Black with #081258
Text Example
Text Example
White with #081258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081258; }
p { color: rgb(8,18,88); }
H1.HeaderClassName
{
color: #081258;
}
.AnyTagClassName
{
color: #081258;
}
</style>
background-color css
<style>
a { background-color: #081258; }
a { background-color: rgb(8,18,88); }
div.DivClassName
{
background-color: #081258;
}
.BgClassName
{
background-color: #081258;
}
</style>
border-color css
<style>
span { border-color: #081258; }
span { border-color: rgb(8,18,88); }
td.TdClassName
{
border-color: #081258;
}
.TagClassName
{
border-color: #081258;
}
</style>