Shades of Sapphire #082B68
Tints of Sapphire #082B68
RGB
CMYK
RGB Variations
Color information
#082B68 (or 0x082B68) is known color: Sapphire. HEX triplet: 08, 2B and 68. RGB value is (8,43,104). Sum of RGB (Red+Green+Blue) = 8+43+104=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 104 (41.02% from 255 or 67.10% from 155); Max value from RGB is 104 - color contains mainly: blue. Hex color #082B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082B68 is #F7D497. Grayscale: #272727. Windows color (decimal): -16241816 or 6826760. OLE color: 6826760.
HSL color Cylindrical-coordinate representation of color #082B68: hue angle of 218.12º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082B68 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 43 | 104 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.59 |
| HSL | 218.13º | 0.86% | 0.22% | - |
| HSV(B) | 218.13º | 0.92% | 0.41% | - |
| XYZ | 3.46 | 2.78 | 13.45 | - |
| YUV | 39.49 | 164.4 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 104 | 0.92 | 0.59 | 0 | 0.59 | 218.13 | 0.86 | 0.22 |
| Hex | 8 | 2B | 68 | 5C | 3B | 0 | 3B | DA | 56 | 16 |
| Octal | 10 | 53 | 150 | 134 | 73 | 0 | 73 | 332 | 126 | 26 |
| Binary | 1000 | 101011 | 1101000 | 1011100 | 111011 | 0 | 111011 | 11011010 | 1010110 | 10110 |
Color Harmonies of #082B68
Complementary color
Monochromatic Colors of #082B68
Black with #082B68
Text Example
Text Example
White with #082B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082B68; }
p { color: rgb(8,43,104); }
H1.HeaderClassName
{
color: #082B68;
}
.AnyTagClassName
{
color: #082B68;
}
</style>
background-color css
<style>
a { background-color: #082B68; }
a { background-color: rgb(8,43,104); }
div.DivClassName
{
background-color: #082B68;
}
.BgClassName
{
background-color: #082B68;
}
</style>
border-color css
<style>
span { border-color: #082B68; }
span { border-color: rgb(8,43,104); }
td.TdClassName
{
border-color: #082B68;
}
.TagClassName
{
border-color: #082B68;
}
</style>