Shades of Sapphire #081255
Tints of Sapphire #081255
RGB
CMYK
RGB Variations
Color information
#081255 (or 0x081255) is known color: Sapphire. HEX triplet: 08, 12 and 55. RGB value is (8,18,85). Sum of RGB (Red+Green+Blue) = 8+18+85=111 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.21% from 111); Green value is 18 (7.42% from 255 or 16.22% from 111); Blue value is 85 (33.59% from 255 or 76.58% from 111); Max value from RGB is 85 - color contains mainly: blue. Hex color #081255 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081255 is #F7EDAA. Grayscale: #161616. Windows color (decimal): -16248235 or 5575176. OLE color: 5575176.
HSL color Cylindrical-coordinate representation of color #081255: hue angle of 232.21º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081255 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 18 | 85 | - |
| CMYK | 0.91 | 0.79 | 0 | 0.67 |
| HSL | 232.21º | 0.83% | 0.18% | - |
| HSV(B) | 232.21º | 0.91% | 0.33% | - |
| XYZ | 1.96 | 1.14 | 8.71 | - |
| YUV | 22.65 | 163.19 | 117.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 18 | 85 | 0.91 | 0.79 | 0 | 0.67 | 232.21 | 0.83 | 0.18 |
| Hex | 8 | 12 | 55 | 5B | 4F | 0 | 43 | E8 | 53 | 12 |
| Octal | 10 | 22 | 125 | 133 | 117 | 0 | 103 | 350 | 123 | 22 |
| Binary | 1000 | 10010 | 1010101 | 1011011 | 1001111 | 0 | 1000011 | 11101000 | 1010011 | 10010 |
Color Harmonies of #081255
Complementary color
Monochromatic Colors of #081255
Black with #081255
Text Example
Text Example
White with #081255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081255; }
p { color: rgb(8,18,85); }
H1.HeaderClassName
{
color: #081255;
}
.AnyTagClassName
{
color: #081255;
}
</style>
background-color css
<style>
a { background-color: #081255; }
a { background-color: rgb(8,18,85); }
div.DivClassName
{
background-color: #081255;
}
.BgClassName
{
background-color: #081255;
}
</style>
border-color css
<style>
span { border-color: #081255; }
span { border-color: rgb(8,18,85); }
td.TdClassName
{
border-color: #081255;
}
.TagClassName
{
border-color: #081255;
}
</style>