Shades of Sapphire #082A58
Tints of Sapphire #082A58
RGB
CMYK
RGB Variations
Color information
#082A58 (or 0x082A58) is known color: Sapphire. HEX triplet: 08, 2A and 58. RGB value is (8,42,88). Sum of RGB (Red+Green+Blue) = 8+42+88=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 88 (34.77% from 255 or 63.77% from 138); Max value from RGB is 88 - color contains mainly: blue. Hex color #082A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082A58 is #F7D5A7. Grayscale: #242424. Windows color (decimal): -16242088 or 5777928. OLE color: 5777928.
HSL color Cylindrical-coordinate representation of color #082A58: hue angle of 214.5º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082A58 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 42 | 88 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.65 |
| HSL | 214.5º | 0.83% | 0.19% | - |
| HSV(B) | 214.5º | 0.91% | 0.35% | - |
| XYZ | 2.69 | 2.41 | 9.56 | - |
| YUV | 37.08 | 156.74 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 42 | 88 | 0.91 | 0.52 | 0 | 0.65 | 214.5 | 0.83 | 0.19 |
| Hex | 8 | 2A | 58 | 5B | 34 | 0 | 41 | D6 | 53 | 13 |
| Octal | 10 | 52 | 130 | 133 | 64 | 0 | 101 | 326 | 123 | 23 |
| Binary | 1000 | 101010 | 1011000 | 1011011 | 110100 | 0 | 1000001 | 11010110 | 1010011 | 10011 |
Color Harmonies of #082A58
Complementary color
Monochromatic Colors of #082A58
Black with #082A58
Text Example
Text Example
White with #082A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082A58; }
p { color: rgb(8,42,88); }
H1.HeaderClassName
{
color: #082A58;
}
.AnyTagClassName
{
color: #082A58;
}
</style>
background-color css
<style>
a { background-color: #082A58; }
a { background-color: rgb(8,42,88); }
div.DivClassName
{
background-color: #082A58;
}
.BgClassName
{
background-color: #082A58;
}
</style>
border-color css
<style>
span { border-color: #082A58; }
span { border-color: rgb(8,42,88); }
td.TdClassName
{
border-color: #082A58;
}
.TagClassName
{
border-color: #082A58;
}
</style>