Shades of Sapphire #081F68
Tints of Sapphire #081F68
RGB
CMYK
RGB Variations
Color information
#081F68 (or 0x081F68) is known color: Sapphire. HEX triplet: 08, 1F and 68. RGB value is (8,31,104). Sum of RGB (Red+Green+Blue) = 8+31+104=143 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.59% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 104 (41.02% from 255 or 72.73% from 143); Max value from RGB is 104 - color contains mainly: blue. Hex color #081F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081F68 is #F7E097. Grayscale: #202020. Windows color (decimal): -16244888 or 6823688. OLE color: 6823688.
HSL color Cylindrical-coordinate representation of color #081F68: hue angle of 225.62º 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 #081F68 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 31 | 104 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.59 |
| HSL | 225.63º | 0.86% | 0.22% | - |
| HSV(B) | 225.63º | 0.92% | 0.41% | - |
| XYZ | 3.09 | 2.03 | 13.33 | - |
| YUV | 32.45 | 168.38 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 31 | 104 | 0.92 | 0.70 | 0 | 0.59 | 225.63 | 0.86 | 0.22 |
| Hex | 8 | 1F | 68 | 5C | 46 | 0 | 3B | E2 | 56 | 16 |
| Octal | 10 | 37 | 150 | 134 | 106 | 0 | 73 | 342 | 126 | 26 |
| Binary | 1000 | 11111 | 1101000 | 1011100 | 1000110 | 0 | 111011 | 11100010 | 1010110 | 10110 |
Color Harmonies of #081F68
Complementary color
Monochromatic Colors of #081F68
Black with #081F68
Text Example
Text Example
White with #081F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081F68; }
p { color: rgb(8,31,104); }
H1.HeaderClassName
{
color: #081F68;
}
.AnyTagClassName
{
color: #081F68;
}
</style>
background-color css
<style>
a { background-color: #081F68; }
a { background-color: rgb(8,31,104); }
div.DivClassName
{
background-color: #081F68;
}
.BgClassName
{
background-color: #081F68;
}
</style>
border-color css
<style>
span { border-color: #081F68; }
span { border-color: rgb(8,31,104); }
td.TdClassName
{
border-color: #081F68;
}
.TagClassName
{
border-color: #081F68;
}
</style>