Shades of Sapphire #081965
Tints of Sapphire #081965
RGB
CMYK
RGB Variations
Color information
#081965 (or 0x081965) is known color: Sapphire. HEX triplet: 08, 19 and 65. RGB value is (8,25,101). Sum of RGB (Red+Green+Blue) = 8+25+101=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 101 (39.84% from 255 or 75.37% from 134); Max value from RGB is 101 - color contains mainly: blue. Hex color #081965 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #081965 is #F7E69A. Grayscale: #1C1C1C. Windows color (decimal): -16246427 or 6625544. OLE color: 6625544.
HSL color Cylindrical-coordinate representation of color #081965: hue angle of 229.03º 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 #081965 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 25 | 101 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.60 |
| HSL | 229.03º | 0.85% | 0.21% | - |
| HSV(B) | 229.03º | 0.92% | 0.4% | - |
| XYZ | 2.8 | 1.69 | 12.49 | - |
| YUV | 28.58 | 168.87 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 25 | 101 | 0.92 | 0.75 | 0 | 0.60 | 229.03 | 0.85 | 0.21 |
| Hex | 8 | 19 | 65 | 5C | 4B | 0 | 3C | E5 | 55 | 15 |
| Octal | 10 | 31 | 145 | 134 | 113 | 0 | 74 | 345 | 125 | 25 |
| Binary | 1000 | 11001 | 1100101 | 1011100 | 1001011 | 0 | 111100 | 11100101 | 1010101 | 10101 |
Color Harmonies of #081965
Complementary color
Monochromatic Colors of #081965
Black with #081965
Text Example
Text Example
White with #081965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081965; }
p { color: rgb(8,25,101); }
H1.HeaderClassName
{
color: #081965;
}
.AnyTagClassName
{
color: #081965;
}
</style>
background-color css
<style>
a { background-color: #081965; }
a { background-color: rgb(8,25,101); }
div.DivClassName
{
background-color: #081965;
}
.BgClassName
{
background-color: #081965;
}
</style>
border-color css
<style>
span { border-color: #081965; }
span { border-color: rgb(8,25,101); }
td.TdClassName
{
border-color: #081965;
}
.TagClassName
{
border-color: #081965;
}
</style>