Shades of Sapphire #082283
Tints of Sapphire #082283
RGB
CMYK
RGB Variations
Color information
#082283 (or 0x082283) is known color: Sapphire. HEX triplet: 08, 22 and 83. RGB value is (8,34,131). Sum of RGB (Red+Green+Blue) = 8+34+131=173 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.62% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 131 (51.56% from 255 or 75.72% from 173); Max value from RGB is 131 - color contains mainly: blue. Hex color #082283 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082283 is #F7DD7C. Grayscale: #242424. Windows color (decimal): -16244093 or 8593928. OLE color: 8593928.
HSL color Cylindrical-coordinate representation of color #082283: hue angle of 227.32º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082283 is Cyan = 0.94, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 34 | 131 | - |
| CMYK | 0.94 | 0.74 | 0 | 0.49 |
| HSL | 227.32º | 0.88% | 0.27% | - |
| HSV(B) | 227.32º | 0.94% | 0.51% | - |
| XYZ | 4.77 | 2.83 | 21.77 | - |
| YUV | 37.28 | 180.89 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 34 | 131 | 0.94 | 0.74 | 0 | 0.49 | 227.32 | 0.88 | 0.27 |
| Hex | 8 | 22 | 83 | 5E | 4A | 0 | 31 | E3 | 58 | 1B |
| Octal | 10 | 42 | 203 | 136 | 112 | 0 | 61 | 343 | 130 | 33 |
| Binary | 1000 | 100010 | 10000011 | 1011110 | 1001010 | 0 | 110001 | 11100011 | 1011000 | 11011 |
Color Harmonies of #082283
Complementary color
Monochromatic Colors of #082283
Black with #082283
Text Example
Text Example
White with #082283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082283; }
p { color: rgb(8,34,131); }
H1.HeaderClassName
{
color: #082283;
}
.AnyTagClassName
{
color: #082283;
}
</style>
background-color css
<style>
a { background-color: #082283; }
a { background-color: rgb(8,34,131); }
div.DivClassName
{
background-color: #082283;
}
.BgClassName
{
background-color: #082283;
}
</style>
border-color css
<style>
span { border-color: #082283; }
span { border-color: rgb(8,34,131); }
td.TdClassName
{
border-color: #082283;
}
.TagClassName
{
border-color: #082283;
}
</style>