Shades of Sapphire #081A5D
Tints of Sapphire #081A5D
RGB
CMYK
RGB Variations
Color information
#081A5D (or 0x081A5D) is known color: Sapphire. HEX triplet: 08, 1A and 5D. RGB value is (8,26,93). Sum of RGB (Red+Green+Blue) = 8+26+93=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 93 (36.72% from 255 or 73.23% from 127); Max value from RGB is 93 - color contains mainly: blue. Hex color #081A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081A5D is #F7E5A2. Grayscale: #1B1B1B. Windows color (decimal): -16246179 or 6101512. OLE color: 6101512.
HSL color Cylindrical-coordinate representation of color #081A5D: hue angle of 227.29º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081A5D is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 26 | 93 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.64 |
| HSL | 227.29º | 0.84% | 0.2% | - |
| HSV(B) | 227.29º | 0.91% | 0.36% | - |
| XYZ | 2.45 | 1.58 | 10.53 | - |
| YUV | 28.26 | 164.54 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 26 | 93 | 0.91 | 0.72 | 0 | 0.64 | 227.29 | 0.84 | 0.2 |
| Hex | 8 | 1A | 5D | 5B | 48 | 0 | 40 | E3 | 54 | 14 |
| Octal | 10 | 32 | 135 | 133 | 110 | 0 | 100 | 343 | 124 | 24 |
| Binary | 1000 | 11010 | 1011101 | 1011011 | 1001000 | 0 | 1000000 | 11100011 | 1010100 | 10100 |
Color Harmonies of #081A5D
Complementary color
Monochromatic Colors of #081A5D
Black with #081A5D
Text Example
Text Example
White with #081A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081A5D; }
p { color: rgb(8,26,93); }
H1.HeaderClassName
{
color: #081A5D;
}
.AnyTagClassName
{
color: #081A5D;
}
</style>
background-color css
<style>
a { background-color: #081A5D; }
a { background-color: rgb(8,26,93); }
div.DivClassName
{
background-color: #081A5D;
}
.BgClassName
{
background-color: #081A5D;
}
</style>
border-color css
<style>
span { border-color: #081A5D; }
span { border-color: rgb(8,26,93); }
td.TdClassName
{
border-color: #081A5D;
}
.TagClassName
{
border-color: #081A5D;
}
</style>