Shades of Sapphire #081653
Tints of Sapphire #081653
RGB
CMYK
RGB Variations
Color information
#081653 (or 0x081653) is known color: Sapphire. HEX triplet: 08, 16 and 53. RGB value is (8,22,83). Sum of RGB (Red+Green+Blue) = 8+22+83=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 83 (32.81% from 255 or 73.45% from 113); Max value from RGB is 83 - color contains mainly: blue. Hex color #081653 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081653 is #F7E9AC. Grayscale: #181818. Windows color (decimal): -16247213 or 5445128. OLE color: 5445128.
HSL color Cylindrical-coordinate representation of color #081653: hue angle of 228.8º 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 #081653 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 22 | 83 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.67 |
| HSL | 228.8º | 0.82% | 0.18% | - |
| HSV(B) | 228.8º | 0.9% | 0.33% | - |
| XYZ | 1.95 | 1.25 | 8.32 | - |
| YUV | 24.77 | 160.86 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 22 | 83 | 0.90 | 0.73 | 0 | 0.67 | 228.8 | 0.82 | 0.18 |
| Hex | 8 | 16 | 53 | 5A | 49 | 0 | 43 | E5 | 52 | 12 |
| Octal | 10 | 26 | 123 | 132 | 111 | 0 | 103 | 345 | 122 | 22 |
| Binary | 1000 | 10110 | 1010011 | 1011010 | 1001001 | 0 | 1000011 | 11100101 | 1010010 | 10010 |
Color Harmonies of #081653
Complementary color
Monochromatic Colors of #081653
Black with #081653
Text Example
Text Example
White with #081653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081653; }
p { color: rgb(8,22,83); }
H1.HeaderClassName
{
color: #081653;
}
.AnyTagClassName
{
color: #081653;
}
</style>
background-color css
<style>
a { background-color: #081653; }
a { background-color: rgb(8,22,83); }
div.DivClassName
{
background-color: #081653;
}
.BgClassName
{
background-color: #081653;
}
</style>
border-color css
<style>
span { border-color: #081653; }
span { border-color: rgb(8,22,83); }
td.TdClassName
{
border-color: #081653;
}
.TagClassName
{
border-color: #081653;
}
</style>