Shades of Sapphire #082667
Tints of Sapphire #082667
RGB
CMYK
RGB Variations
Color information
#082667 (or 0x082667) is known color: Sapphire. HEX triplet: 08, 26 and 67. RGB value is (8,38,103). Sum of RGB (Red+Green+Blue) = 8+38+103=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 38 (15.23% from 255 or 25.50% from 149); Blue value is 103 (40.62% from 255 or 69.13% from 149); Max value from RGB is 103 - color contains mainly: blue. Hex color #082667 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082667 is #F7D998. Grayscale: #242424. Windows color (decimal): -16243097 or 6759944. OLE color: 6759944.
HSL color Cylindrical-coordinate representation of color #082667: hue angle of 221.05º 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 #082667 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 38 | 103 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.60 |
| HSL | 221.05º | 0.86% | 0.22% | - |
| HSV(B) | 221.05º | 0.92% | 0.4% | - |
| XYZ | 3.24 | 2.42 | 13.13 | - |
| YUV | 36.44 | 165.56 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 38 | 103 | 0.92 | 0.63 | 0 | 0.60 | 221.05 | 0.86 | 0.22 |
| Hex | 8 | 26 | 67 | 5C | 3F | 0 | 3C | DD | 56 | 16 |
| Octal | 10 | 46 | 147 | 134 | 77 | 0 | 74 | 335 | 126 | 26 |
| Binary | 1000 | 100110 | 1100111 | 1011100 | 111111 | 0 | 111100 | 11011101 | 1010110 | 10110 |
Color Harmonies of #082667
Complementary color
Monochromatic Colors of #082667
Black with #082667
Text Example
Text Example
White with #082667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082667; }
p { color: rgb(8,38,103); }
H1.HeaderClassName
{
color: #082667;
}
.AnyTagClassName
{
color: #082667;
}
</style>
background-color css
<style>
a { background-color: #082667; }
a { background-color: rgb(8,38,103); }
div.DivClassName
{
background-color: #082667;
}
.BgClassName
{
background-color: #082667;
}
</style>
border-color css
<style>
span { border-color: #082667; }
span { border-color: rgb(8,38,103); }
td.TdClassName
{
border-color: #082667;
}
.TagClassName
{
border-color: #082667;
}
</style>