Shades of Sapphire #082465
Tints of Sapphire #082465
RGB
CMYK
RGB Variations
Color information
#082465 (or 0x082465) is known color: Sapphire. HEX triplet: 08, 24 and 65. RGB value is (8,36,101). Sum of RGB (Red+Green+Blue) = 8+36+101=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 36 (14.45% from 255 or 24.83% from 145); Blue value is 101 (39.84% from 255 or 69.66% from 145); Max value from RGB is 101 - color contains mainly: blue. Hex color #082465 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082465 is #F7DB9A. Grayscale: #222222. Windows color (decimal): -16243611 or 6628360. OLE color: 6628360.
HSL color Cylindrical-coordinate representation of color #082465: hue angle of 221.94º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #082465 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 36 | 101 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.60 |
| HSL | 221.94º | 0.85% | 0.21% | - |
| HSV(B) | 221.94º | 0.92% | 0.4% | - |
| XYZ | 3.08 | 2.25 | 12.58 | - |
| YUV | 35.04 | 165.22 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 36 | 101 | 0.92 | 0.64 | 0 | 0.60 | 221.94 | 0.85 | 0.21 |
| Hex | 8 | 24 | 65 | 5C | 40 | 0 | 3C | DE | 55 | 15 |
| Octal | 10 | 44 | 145 | 134 | 100 | 0 | 74 | 336 | 125 | 25 |
| Binary | 1000 | 100100 | 1100101 | 1011100 | 1000000 | 0 | 111100 | 11011110 | 1010101 | 10101 |
Color Harmonies of #082465
Complementary color
Monochromatic Colors of #082465
Black with #082465
Text Example
Text Example
White with #082465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082465; }
p { color: rgb(8,36,101); }
H1.HeaderClassName
{
color: #082465;
}
.AnyTagClassName
{
color: #082465;
}
</style>
background-color css
<style>
a { background-color: #082465; }
a { background-color: rgb(8,36,101); }
div.DivClassName
{
background-color: #082465;
}
.BgClassName
{
background-color: #082465;
}
</style>
border-color css
<style>
span { border-color: #082465; }
span { border-color: rgb(8,36,101); }
td.TdClassName
{
border-color: #082465;
}
.TagClassName
{
border-color: #082465;
}
</style>