Shades of Sapphire #082D67
Tints of Sapphire #082D67
RGB
CMYK
RGB Variations
Color information
#082D67 (or 0x082D67) is known color: Sapphire. HEX triplet: 08, 2D and 67. RGB value is (8,45,103). Sum of RGB (Red+Green+Blue) = 8+45+103=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 103 (40.62% from 255 or 66.03% from 156); Max value from RGB is 103 - color contains mainly: blue. Hex color #082D67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082D67 is #F7D298. Grayscale: #282828. Windows color (decimal): -16241305 or 6761736. OLE color: 6761736.
HSL color Cylindrical-coordinate representation of color #082D67: hue angle of 216.63º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082D67 is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 45 | 103 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.60 |
| HSL | 216.63º | 0.86% | 0.22% | - |
| HSV(B) | 216.63º | 0.92% | 0.4% | - |
| XYZ | 3.49 | 2.91 | 13.21 | - |
| YUV | 40.55 | 163.24 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 103 | 0.92 | 0.56 | 0 | 0.60 | 216.63 | 0.86 | 0.22 |
| Hex | 8 | 2D | 67 | 5C | 38 | 0 | 3C | D9 | 56 | 16 |
| Octal | 10 | 55 | 147 | 134 | 70 | 0 | 74 | 331 | 126 | 26 |
| Binary | 1000 | 101101 | 1100111 | 1011100 | 111000 | 0 | 111100 | 11011001 | 1010110 | 10110 |
Color Harmonies of #082D67
Complementary color
Monochromatic Colors of #082D67
Black with #082D67
Text Example
Text Example
White with #082D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082D67; }
p { color: rgb(8,45,103); }
H1.HeaderClassName
{
color: #082D67;
}
.AnyTagClassName
{
color: #082D67;
}
</style>
background-color css
<style>
a { background-color: #082D67; }
a { background-color: rgb(8,45,103); }
div.DivClassName
{
background-color: #082D67;
}
.BgClassName
{
background-color: #082D67;
}
</style>
border-color css
<style>
span { border-color: #082D67; }
span { border-color: rgb(8,45,103); }
td.TdClassName
{
border-color: #082D67;
}
.TagClassName
{
border-color: #082D67;
}
</style>