Shades of Sapphire #081E69
Tints of Sapphire #081E69
RGB
CMYK
RGB Variations
Color information
#081E69 (or 0x081E69) is known color: Sapphire. HEX triplet: 08, 1E and 69. RGB value is (8,30,105). Sum of RGB (Red+Green+Blue) = 8+30+105=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 105 (41.41% from 255 or 73.43% from 143); Max value from RGB is 105 - color contains mainly: blue. Hex color #081E69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081E69 is #F7E196. Grayscale: #1F1F1F. Windows color (decimal): -16245143 or 6888968. OLE color: 6888968.
HSL color Cylindrical-coordinate representation of color #081E69: hue angle of 226.39º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081E69 is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 30 | 105 | - |
| CMYK | 0.92 | 0.71 | 0 | 0.59 |
| HSL | 226.39º | 0.86% | 0.22% | - |
| HSV(B) | 226.39º | 0.92% | 0.41% | - |
| XYZ | 3.11 | 2 | 13.59 | - |
| YUV | 31.97 | 169.21 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 105 | 0.92 | 0.71 | 0 | 0.59 | 226.39 | 0.86 | 0.22 |
| Hex | 8 | 1E | 69 | 5C | 47 | 0 | 3B | E2 | 56 | 16 |
| Octal | 10 | 36 | 151 | 134 | 107 | 0 | 73 | 342 | 126 | 26 |
| Binary | 1000 | 11110 | 1101001 | 1011100 | 1000111 | 0 | 111011 | 11100010 | 1010110 | 10110 |
Color Harmonies of #081E69
Complementary color
Monochromatic Colors of #081E69
Black with #081E69
Text Example
Text Example
White with #081E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081E69; }
p { color: rgb(8,30,105); }
H1.HeaderClassName
{
color: #081E69;
}
.AnyTagClassName
{
color: #081E69;
}
</style>
background-color css
<style>
a { background-color: #081E69; }
a { background-color: rgb(8,30,105); }
div.DivClassName
{
background-color: #081E69;
}
.BgClassName
{
background-color: #081E69;
}
</style>
border-color css
<style>
span { border-color: #081E69; }
span { border-color: rgb(8,30,105); }
td.TdClassName
{
border-color: #081E69;
}
.TagClassName
{
border-color: #081E69;
}
</style>