Shades of Sapphire #081553
Tints of Sapphire #081553
RGB
CMYK
RGB Variations
Color information
#081553 (or 0x081553) is known color: Sapphire. HEX triplet: 08, 15 and 53. RGB value is (8,21,83). Sum of RGB (Red+Green+Blue) = 8+21+83=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 83 (32.81% from 255 or 74.11% from 112); Max value from RGB is 83 - color contains mainly: blue. Hex color #081553 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081553 is #F7EAAC. Grayscale: #171717. Windows color (decimal): -16247469 or 5444872. OLE color: 5444872.
HSL color Cylindrical-coordinate representation of color #081553: hue angle of 229.6º 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 #081553 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 21 | 83 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.67 |
| HSL | 229.6º | 0.82% | 0.18% | - |
| HSV(B) | 229.6º | 0.9% | 0.33% | - |
| XYZ | 1.93 | 1.21 | 8.32 | - |
| YUV | 24.18 | 161.19 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 21 | 83 | 0.90 | 0.75 | 0 | 0.67 | 229.6 | 0.82 | 0.18 |
| Hex | 8 | 15 | 53 | 5A | 4B | 0 | 43 | E6 | 52 | 12 |
| Octal | 10 | 25 | 123 | 132 | 113 | 0 | 103 | 346 | 122 | 22 |
| Binary | 1000 | 10101 | 1010011 | 1011010 | 1001011 | 0 | 1000011 | 11100110 | 1010010 | 10010 |
Color Harmonies of #081553
Complementary color
Monochromatic Colors of #081553
Black with #081553
Text Example
Text Example
White with #081553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081553; }
p { color: rgb(8,21,83); }
H1.HeaderClassName
{
color: #081553;
}
.AnyTagClassName
{
color: #081553;
}
</style>
background-color css
<style>
a { background-color: #081553; }
a { background-color: rgb(8,21,83); }
div.DivClassName
{
background-color: #081553;
}
.BgClassName
{
background-color: #081553;
}
</style>
border-color css
<style>
span { border-color: #081553; }
span { border-color: rgb(8,21,83); }
td.TdClassName
{
border-color: #081553;
}
.TagClassName
{
border-color: #081553;
}
</style>