Shades of Sapphire #081353
Tints of Sapphire #081353
RGB
CMYK
RGB Variations
Color information
#081353 (or 0x081353) is known color: Sapphire. HEX triplet: 08, 13 and 53. RGB value is (8,19,83). Sum of RGB (Red+Green+Blue) = 8+19+83=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 83 (32.81% from 255 or 75.45% from 110); Max value from RGB is 83 - color contains mainly: blue. Hex color #081353 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081353 is #F7ECAC. Grayscale: #161616. Windows color (decimal): -16247981 or 5444360. OLE color: 5444360.
HSL color Cylindrical-coordinate representation of color #081353: hue angle of 231.2º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081353 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 19 | 83 | - |
| CMYK | 0.90 | 0.77 | 0 | 0.67 |
| HSL | 231.2º | 0.82% | 0.18% | - |
| HSV(B) | 231.2º | 0.9% | 0.33% | - |
| XYZ | 1.89 | 1.14 | 8.3 | - |
| YUV | 23.01 | 161.86 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 19 | 83 | 0.90 | 0.77 | 0 | 0.67 | 231.2 | 0.82 | 0.18 |
| Hex | 8 | 13 | 53 | 5A | 4D | 0 | 43 | E7 | 52 | 12 |
| Octal | 10 | 23 | 123 | 132 | 115 | 0 | 103 | 347 | 122 | 22 |
| Binary | 1000 | 10011 | 1010011 | 1011010 | 1001101 | 0 | 1000011 | 11100111 | 1010010 | 10010 |
Color Harmonies of #081353
Complementary color
Monochromatic Colors of #081353
Black with #081353
Text Example
Text Example
White with #081353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081353; }
p { color: rgb(8,19,83); }
H1.HeaderClassName
{
color: #081353;
}
.AnyTagClassName
{
color: #081353;
}
</style>
background-color css
<style>
a { background-color: #081353; }
a { background-color: rgb(8,19,83); }
div.DivClassName
{
background-color: #081353;
}
.BgClassName
{
background-color: #081353;
}
</style>
border-color css
<style>
span { border-color: #081353; }
span { border-color: rgb(8,19,83); }
td.TdClassName
{
border-color: #081353;
}
.TagClassName
{
border-color: #081353;
}
</style>