Shades of Sapphire #081A65
Tints of Sapphire #081A65
RGB
CMYK
RGB Variations
Color information
#081A65 (or 0x081A65) is known color: Sapphire. HEX triplet: 08, 1A and 65. RGB value is (8,26,101). Sum of RGB (Red+Green+Blue) = 8+26+101=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 26 (10.55% from 255 or 19.26% from 135); Blue value is 101 (39.84% from 255 or 74.81% from 135); Max value from RGB is 101 - color contains mainly: blue. Hex color #081A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081A65 is #F7E59A. Grayscale: #1C1C1C. Windows color (decimal): -16246171 or 6625800. OLE color: 6625800.
HSL color Cylindrical-coordinate representation of color #081A65: hue angle of 228.39º 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 #081A65 is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 26 | 101 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.60 |
| HSL | 228.39º | 0.85% | 0.21% | - |
| HSV(B) | 228.39º | 0.92% | 0.4% | - |
| XYZ | 2.82 | 1.73 | 12.5 | - |
| YUV | 29.17 | 168.54 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 26 | 101 | 0.92 | 0.74 | 0 | 0.60 | 228.39 | 0.85 | 0.21 |
| Hex | 8 | 1A | 65 | 5C | 4A | 0 | 3C | E4 | 55 | 15 |
| Octal | 10 | 32 | 145 | 134 | 112 | 0 | 74 | 344 | 125 | 25 |
| Binary | 1000 | 11010 | 1100101 | 1011100 | 1001010 | 0 | 111100 | 11100100 | 1010101 | 10101 |
Color Harmonies of #081A65
Complementary color
Monochromatic Colors of #081A65
Black with #081A65
Text Example
Text Example
White with #081A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081A65; }
p { color: rgb(8,26,101); }
H1.HeaderClassName
{
color: #081A65;
}
.AnyTagClassName
{
color: #081A65;
}
</style>
background-color css
<style>
a { background-color: #081A65; }
a { background-color: rgb(8,26,101); }
div.DivClassName
{
background-color: #081A65;
}
.BgClassName
{
background-color: #081A65;
}
</style>
border-color css
<style>
span { border-color: #081A65; }
span { border-color: rgb(8,26,101); }
td.TdClassName
{
border-color: #081A65;
}
.TagClassName
{
border-color: #081A65;
}
</style>