Shades of Sapphire #082967
Tints of Sapphire #082967
RGB
CMYK
RGB Variations
Color information
#082967 (or 0x082967) is known color: Sapphire. HEX triplet: 08, 29 and 67. RGB value is (8,41,103). Sum of RGB (Red+Green+Blue) = 8+41+103=152 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.26% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 103 (40.62% from 255 or 67.76% from 152); Max value from RGB is 103 - color contains mainly: blue. Hex color #082967 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082967 is #F7D698. Grayscale: #252525. Windows color (decimal): -16242329 or 6760712. OLE color: 6760712.
HSL color Cylindrical-coordinate representation of color #082967: hue angle of 219.16º 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 #082967 is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 41 | 103 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.60 |
| HSL | 219.16º | 0.86% | 0.22% | - |
| HSV(B) | 219.16º | 0.92% | 0.4% | - |
| XYZ | 3.34 | 2.62 | 13.16 | - |
| YUV | 38.2 | 164.57 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 103 | 0.92 | 0.60 | 0 | 0.60 | 219.16 | 0.86 | 0.22 |
| Hex | 8 | 29 | 67 | 5C | 3C | 0 | 3C | DB | 56 | 16 |
| Octal | 10 | 51 | 147 | 134 | 74 | 0 | 74 | 333 | 126 | 26 |
| Binary | 1000 | 101001 | 1100111 | 1011100 | 111100 | 0 | 111100 | 11011011 | 1010110 | 10110 |
Color Harmonies of #082967
Complementary color
Monochromatic Colors of #082967
Black with #082967
Text Example
Text Example
White with #082967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082967; }
p { color: rgb(8,41,103); }
H1.HeaderClassName
{
color: #082967;
}
.AnyTagClassName
{
color: #082967;
}
</style>
background-color css
<style>
a { background-color: #082967; }
a { background-color: rgb(8,41,103); }
div.DivClassName
{
background-color: #082967;
}
.BgClassName
{
background-color: #082967;
}
</style>
border-color css
<style>
span { border-color: #082967; }
span { border-color: rgb(8,41,103); }
td.TdClassName
{
border-color: #082967;
}
.TagClassName
{
border-color: #082967;
}
</style>