Shades of Sapphire #082153
Tints of Sapphire #082153
RGB
CMYK
RGB Variations
Color information
#082153 (or 0x082153) is known color: Sapphire. HEX triplet: 08, 21 and 53. RGB value is (8,33,83). Sum of RGB (Red+Green+Blue) = 8+33+83=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 83 (32.81% from 255 or 66.94% from 124); Max value from RGB is 83 - color contains mainly: blue. Hex color #082153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082153 is #F7DEAC. Grayscale: #1F1F1F. Windows color (decimal): -16244397 or 5447944. OLE color: 5447944.
HSL color Cylindrical-coordinate representation of color #082153: hue angle of 220º 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 #082153 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 33 | 83 | - |
| CMYK | 0.90 | 0.60 | 0 | 0.67 |
| HSL | 220º | 0.82% | 0.18% | - |
| HSV(B) | 220º | 0.9% | 0.33% | - |
| XYZ | 2.21 | 1.76 | 8.41 | - |
| YUV | 31.23 | 157.22 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 83 | 0.90 | 0.60 | 0 | 0.67 | 220 | 0.82 | 0.18 |
| Hex | 8 | 21 | 53 | 5A | 3C | 0 | 43 | DC | 52 | 12 |
| Octal | 10 | 41 | 123 | 132 | 74 | 0 | 103 | 334 | 122 | 22 |
| Binary | 1000 | 100001 | 1010011 | 1011010 | 111100 | 0 | 1000011 | 11011100 | 1010010 | 10010 |
Color Harmonies of #082153
Complementary color
Monochromatic Colors of #082153
Black with #082153
Text Example
Text Example
White with #082153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082153; }
p { color: rgb(8,33,83); }
H1.HeaderClassName
{
color: #082153;
}
.AnyTagClassName
{
color: #082153;
}
</style>
background-color css
<style>
a { background-color: #082153; }
a { background-color: rgb(8,33,83); }
div.DivClassName
{
background-color: #082153;
}
.BgClassName
{
background-color: #082153;
}
</style>
border-color css
<style>
span { border-color: #082153; }
span { border-color: rgb(8,33,83); }
td.TdClassName
{
border-color: #082153;
}
.TagClassName
{
border-color: #082153;
}
</style>