Shades of Sapphire #082366
Tints of Sapphire #082366
RGB
CMYK
RGB Variations
Color information
#082366 (or 0x082366) is known color: Sapphire. HEX triplet: 08, 23 and 66. RGB value is (8,35,102). Sum of RGB (Red+Green+Blue) = 8+35+102=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 102 (40.23% from 255 or 70.34% from 145); Max value from RGB is 102 - color contains mainly: blue. Hex color #082366 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082366 is #F7DC99. Grayscale: #222222. Windows color (decimal): -16243866 or 6693640. OLE color: 6693640.
HSL color Cylindrical-coordinate representation of color #082366: hue angle of 222.77º degrees, saturation: 0.85, 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 #082366 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 35 | 102 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.6 |
| HSL | 222.77º | 0.85% | 0.22% | - |
| HSV(B) | 222.77º | 0.92% | 0.4% | - |
| XYZ | 3.1 | 2.21 | 12.83 | - |
| YUV | 34.57 | 166.05 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 35 | 102 | 0.92 | 0.66 | 0 | 0.6 | 222.77 | 0.85 | 0.22 |
| Hex | 8 | 23 | 66 | 5C | 42 | 0 | 3C | DF | 55 | 16 |
| Octal | 10 | 43 | 146 | 134 | 102 | 0 | 74 | 337 | 125 | 26 |
| Binary | 1000 | 100011 | 1100110 | 1011100 | 1000010 | 0 | 111100 | 11011111 | 1010101 | 10110 |
Color Harmonies of #082366
Complementary color
Monochromatic Colors of #082366
Black with #082366
Text Example
Text Example
White with #082366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082366; }
p { color: rgb(8,35,102); }
H1.HeaderClassName
{
color: #082366;
}
.AnyTagClassName
{
color: #082366;
}
</style>
background-color css
<style>
a { background-color: #082366; }
a { background-color: rgb(8,35,102); }
div.DivClassName
{
background-color: #082366;
}
.BgClassName
{
background-color: #082366;
}
</style>
border-color css
<style>
span { border-color: #082366; }
span { border-color: rgb(8,35,102); }
td.TdClassName
{
border-color: #082366;
}
.TagClassName
{
border-color: #082366;
}
</style>