Shades of Sapphire #082263
Tints of Sapphire #082263
RGB
CMYK
RGB Variations
Color information
#082263 (or 0x082263) is known color: Sapphire. HEX triplet: 08, 22 and 63. RGB value is (8,34,99). Sum of RGB (Red+Green+Blue) = 8+34+99=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 34 (13.67% from 255 or 24.11% from 141); Blue value is 99 (39.06% from 255 or 70.21% from 141); Max value from RGB is 99 - color contains mainly: blue. Hex color #082263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082263 is #F7DD9C. Grayscale: #212121. Windows color (decimal): -16244125 or 6496776. OLE color: 6496776.
HSL color Cylindrical-coordinate representation of color #082263: hue angle of 222.86º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082263 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 34 | 99 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.61 |
| HSL | 222.86º | 0.85% | 0.21% | - |
| HSV(B) | 222.86º | 0.92% | 0.39% | - |
| XYZ | 2.92 | 2.1 | 12.05 | - |
| YUV | 33.64 | 164.89 | 109.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 34 | 99 | 0.92 | 0.66 | 0 | 0.61 | 222.86 | 0.85 | 0.21 |
| Hex | 8 | 22 | 63 | 5C | 42 | 0 | 3D | DF | 55 | 15 |
| Octal | 10 | 42 | 143 | 134 | 102 | 0 | 75 | 337 | 125 | 25 |
| Binary | 1000 | 100010 | 1100011 | 1011100 | 1000010 | 0 | 111101 | 11011111 | 1010101 | 10101 |
Color Harmonies of #082263
Complementary color
Monochromatic Colors of #082263
Black with #082263
Text Example
Text Example
White with #082263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082263; }
p { color: rgb(8,34,99); }
H1.HeaderClassName
{
color: #082263;
}
.AnyTagClassName
{
color: #082263;
}
</style>
background-color css
<style>
a { background-color: #082263; }
a { background-color: rgb(8,34,99); }
div.DivClassName
{
background-color: #082263;
}
.BgClassName
{
background-color: #082263;
}
</style>
border-color css
<style>
span { border-color: #082263; }
span { border-color: rgb(8,34,99); }
td.TdClassName
{
border-color: #082263;
}
.TagClassName
{
border-color: #082263;
}
</style>