Shades of Sapphire #082350
Tints of Sapphire #082350
RGB
CMYK
RGB Variations
Color information
#082350 (or 0x082350) is known color: Sapphire. HEX triplet: 08, 23 and 50. RGB value is (8,35,80). Sum of RGB (Red+Green+Blue) = 8+35+80=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 80 (31.64% from 255 or 65.04% from 123); Max value from RGB is 80 - color contains mainly: blue. Hex color #082350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082350 is #F7DCAF. Grayscale: #1F1F1F. Windows color (decimal): -16243888 or 5251848. OLE color: 5251848.
HSL color Cylindrical-coordinate representation of color #082350: hue angle of 217.5º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082350 is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 8 | 35 | 80 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.69 |
| HSL | 217.5º | 0.82% | 0.17% | - |
| HSV(B) | 217.5º | 0.9% | 0.31% | - |
| XYZ | 2.15 | 1.83 | 7.83 | - |
| YUV | 32.06 | 155.05 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 35 | 80 | 0.90 | 0.56 | 0 | 0.69 | 217.5 | 0.82 | 0.17 |
| Hex | 8 | 23 | 50 | 5A | 38 | 0 | 45 | DA | 52 | 11 |
| Octal | 10 | 43 | 120 | 132 | 70 | 0 | 105 | 332 | 122 | 21 |
| Binary | 1000 | 100011 | 1010000 | 1011010 | 111000 | 0 | 1000101 | 11011010 | 1010010 | 10001 |
Color Harmonies of #082350
Complementary color
Monochromatic Colors of #082350
Black with #082350
Text Example
Text Example
White with #082350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082350; }
p { color: rgb(8,35,80); }
H1.HeaderClassName
{
color: #082350;
}
.AnyTagClassName
{
color: #082350;
}
</style>
background-color css
<style>
a { background-color: #082350; }
a { background-color: rgb(8,35,80); }
div.DivClassName
{
background-color: #082350;
}
.BgClassName
{
background-color: #082350;
}
</style>
border-color css
<style>
span { border-color: #082350; }
span { border-color: rgb(8,35,80); }
td.TdClassName
{
border-color: #082350;
}
.TagClassName
{
border-color: #082350;
}
</style>