Shades of Sapphire #082257
Tints of Sapphire #082257
RGB
CMYK
RGB Variations
Color information
#082257 (or 0x082257) is known color: Sapphire. HEX triplet: 08, 22 and 57. RGB value is (8,34,87). Sum of RGB (Red+Green+Blue) = 8+34+87=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 87 (34.38% from 255 or 67.44% from 129); Max value from RGB is 87 - color contains mainly: blue. Hex color #082257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082257 is #F7DDA8. Grayscale: #202020. Windows color (decimal): -16244137 or 5710344. OLE color: 5710344.
HSL color Cylindrical-coordinate representation of color #082257: hue angle of 220.25º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082257 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 34 | 87 | - |
| CMYK | 0.91 | 0.61 | 0 | 0.66 |
| HSL | 220.25º | 0.83% | 0.19% | - |
| HSV(B) | 220.25º | 0.91% | 0.34% | - |
| XYZ | 2.39 | 1.88 | 9.25 | - |
| YUV | 32.27 | 158.89 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 34 | 87 | 0.91 | 0.61 | 0 | 0.66 | 220.25 | 0.83 | 0.19 |
| Hex | 8 | 22 | 57 | 5B | 3D | 0 | 42 | DC | 53 | 13 |
| Octal | 10 | 42 | 127 | 133 | 75 | 0 | 102 | 334 | 123 | 23 |
| Binary | 1000 | 100010 | 1010111 | 1011011 | 111101 | 0 | 1000010 | 11011100 | 1010011 | 10011 |
Color Harmonies of #082257
Complementary color
Monochromatic Colors of #082257
Black with #082257
Text Example
Text Example
White with #082257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082257; }
p { color: rgb(8,34,87); }
H1.HeaderClassName
{
color: #082257;
}
.AnyTagClassName
{
color: #082257;
}
</style>
background-color css
<style>
a { background-color: #082257; }
a { background-color: rgb(8,34,87); }
div.DivClassName
{
background-color: #082257;
}
.BgClassName
{
background-color: #082257;
}
</style>
border-color css
<style>
span { border-color: #082257; }
span { border-color: rgb(8,34,87); }
td.TdClassName
{
border-color: #082257;
}
.TagClassName
{
border-color: #082257;
}
</style>