Shades of Sapphire #082D6E
Tints of Sapphire #082D6E
RGB
CMYK
RGB Variations
Color information
#082D6E (or 0x082D6E) is known color: Sapphire. HEX triplet: 08, 2D and 6E. RGB value is (8,45,110). Sum of RGB (Red+Green+Blue) = 8+45+110=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 110 (43.36% from 255 or 67.48% from 163); Max value from RGB is 110 - color contains mainly: blue. Hex color #082D6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082D6E is #F7D291. Grayscale: #292929. Windows color (decimal): -16241298 or 7220488. OLE color: 7220488.
HSL color Cylindrical-coordinate representation of color #082D6E: hue angle of 218.24º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082D6E is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 45 | 110 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.57 |
| HSL | 218.24º | 0.86% | 0.23% | - |
| HSV(B) | 218.24º | 0.93% | 0.43% | - |
| XYZ | 3.85 | 3.05 | 15.14 | - |
| YUV | 41.35 | 166.74 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 110 | 0.93 | 0.59 | 0 | 0.57 | 218.24 | 0.86 | 0.23 |
| Hex | 8 | 2D | 6E | 5D | 3B | 0 | 39 | DA | 56 | 17 |
| Octal | 10 | 55 | 156 | 135 | 73 | 0 | 71 | 332 | 126 | 27 |
| Binary | 1000 | 101101 | 1101110 | 1011101 | 111011 | 0 | 111001 | 11011010 | 1010110 | 10111 |
Color Harmonies of #082D6E
Complementary color
Monochromatic Colors of #082D6E
Black with #082D6E
Text Example
Text Example
White with #082D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082D6E; }
p { color: rgb(8,45,110); }
H1.HeaderClassName
{
color: #082D6E;
}
.AnyTagClassName
{
color: #082D6E;
}
</style>
background-color css
<style>
a { background-color: #082D6E; }
a { background-color: rgb(8,45,110); }
div.DivClassName
{
background-color: #082D6E;
}
.BgClassName
{
background-color: #082D6E;
}
</style>
border-color css
<style>
span { border-color: #082D6E; }
span { border-color: rgb(8,45,110); }
td.TdClassName
{
border-color: #082D6E;
}
.TagClassName
{
border-color: #082D6E;
}
</style>