Shades of Sapphire #082370
Tints of Sapphire #082370
RGB
CMYK
RGB Variations
Color information
#082370 (or 0x082370) is known color: Sapphire. HEX triplet: 08, 23 and 70. RGB value is (8,35,112). Sum of RGB (Red+Green+Blue) = 8+35+112=155 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.16% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 112 (44.14% from 255 or 72.26% from 155); Max value from RGB is 112 - color contains mainly: blue. Hex color #082370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082370 is #F7DC8F. Grayscale: #232323. Windows color (decimal): -16243856 or 7349000. OLE color: 7349000.
HSL color Cylindrical-coordinate representation of color #082370: hue angle of 224.42º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082370 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 8 | 35 | 112 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.56 |
| HSL | 224.42º | 0.87% | 0.24% | - |
| HSV(B) | 224.42º | 0.93% | 0.44% | - |
| XYZ | 3.63 | 2.42 | 15.61 | - |
| YUV | 35.71 | 171.05 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 35 | 112 | 0.93 | 0.69 | 0 | 0.56 | 224.42 | 0.87 | 0.24 |
| Hex | 8 | 23 | 70 | 5D | 45 | 0 | 38 | E0 | 57 | 18 |
| Octal | 10 | 43 | 160 | 135 | 105 | 0 | 70 | 340 | 127 | 30 |
| Binary | 1000 | 100011 | 1110000 | 1011101 | 1000101 | 0 | 111000 | 11100000 | 1010111 | 11000 |
Color Harmonies of #082370
Complementary color
Monochromatic Colors of #082370
Black with #082370
Text Example
Text Example
White with #082370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082370; }
p { color: rgb(8,35,112); }
H1.HeaderClassName
{
color: #082370;
}
.AnyTagClassName
{
color: #082370;
}
</style>
background-color css
<style>
a { background-color: #082370; }
a { background-color: rgb(8,35,112); }
div.DivClassName
{
background-color: #082370;
}
.BgClassName
{
background-color: #082370;
}
</style>
border-color css
<style>
span { border-color: #082370; }
span { border-color: rgb(8,35,112); }
td.TdClassName
{
border-color: #082370;
}
.TagClassName
{
border-color: #082370;
}
</style>