Shades of Sapphire #081652
Tints of Sapphire #081652
RGB
CMYK
RGB Variations
Color information
#081652 (or 0x081652) is known color: Sapphire. HEX triplet: 08, 16 and 52. RGB value is (8,22,82). Sum of RGB (Red+Green+Blue) = 8+22+82=112 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.14% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 82 (32.42% from 255 or 73.21% from 112); Max value from RGB is 82 - color contains mainly: blue. Hex color #081652 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081652 is #F7E9AD. Grayscale: #181818. Windows color (decimal): -16247214 or 5379592. OLE color: 5379592.
HSL color Cylindrical-coordinate representation of color #081652: hue angle of 228.65º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081652 is Cyan = 0.90, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 22 | 82 | - |
| CMYK | 0.90 | 0.73 | 0 | 0.68 |
| HSL | 228.65º | 0.82% | 0.18% | - |
| HSV(B) | 228.65º | 0.9% | 0.32% | - |
| XYZ | 1.91 | 1.23 | 8.12 | - |
| YUV | 24.65 | 160.36 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 22 | 82 | 0.90 | 0.73 | 0 | 0.68 | 228.65 | 0.82 | 0.18 |
| Hex | 8 | 16 | 52 | 5A | 49 | 0 | 44 | E5 | 52 | 12 |
| Octal | 10 | 26 | 122 | 132 | 111 | 0 | 104 | 345 | 122 | 22 |
| Binary | 1000 | 10110 | 1010010 | 1011010 | 1001001 | 0 | 1000100 | 11100101 | 1010010 | 10010 |
Color Harmonies of #081652
Complementary color
Monochromatic Colors of #081652
Black with #081652
Text Example
Text Example
White with #081652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081652; }
p { color: rgb(8,22,82); }
H1.HeaderClassName
{
color: #081652;
}
.AnyTagClassName
{
color: #081652;
}
</style>
background-color css
<style>
a { background-color: #081652; }
a { background-color: rgb(8,22,82); }
div.DivClassName
{
background-color: #081652;
}
.BgClassName
{
background-color: #081652;
}
</style>
border-color css
<style>
span { border-color: #081652; }
span { border-color: rgb(8,22,82); }
td.TdClassName
{
border-color: #081652;
}
.TagClassName
{
border-color: #081652;
}
</style>