Shades of Sapphire #081A6B
Tints of Sapphire #081A6B
RGB
CMYK
RGB Variations
Color information
#081A6B (or 0x081A6B) is known color: Sapphire. HEX triplet: 08, 1A and 6B. RGB value is (8,26,107). Sum of RGB (Red+Green+Blue) = 8+26+107=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 107 (42.19% from 255 or 75.89% from 141); Max value from RGB is 107 - color contains mainly: blue. Hex color #081A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081A6B is #F7E594. Grayscale: #1D1D1D. Windows color (decimal): -16246165 or 7019016. OLE color: 7019016.
HSL color Cylindrical-coordinate representation of color #081A6B: hue angle of 229.09º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081A6B is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 26 | 107 | - |
| CMYK | 0.93 | 0.76 | 0 | 0.58 |
| HSL | 229.09º | 0.86% | 0.23% | - |
| HSV(B) | 229.09º | 0.93% | 0.42% | - |
| XYZ | 3.12 | 1.85 | 14.1 | - |
| YUV | 29.85 | 171.54 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 26 | 107 | 0.93 | 0.76 | 0 | 0.58 | 229.09 | 0.86 | 0.23 |
| Hex | 8 | 1A | 6B | 5D | 4C | 0 | 3A | E5 | 56 | 17 |
| Octal | 10 | 32 | 153 | 135 | 114 | 0 | 72 | 345 | 126 | 27 |
| Binary | 1000 | 11010 | 1101011 | 1011101 | 1001100 | 0 | 111010 | 11100101 | 1010110 | 10111 |
Color Harmonies of #081A6B
Complementary color
Monochromatic Colors of #081A6B
Black with #081A6B
Text Example
Text Example
White with #081A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081A6B; }
p { color: rgb(8,26,107); }
H1.HeaderClassName
{
color: #081A6B;
}
.AnyTagClassName
{
color: #081A6B;
}
</style>
background-color css
<style>
a { background-color: #081A6B; }
a { background-color: rgb(8,26,107); }
div.DivClassName
{
background-color: #081A6B;
}
.BgClassName
{
background-color: #081A6B;
}
</style>
border-color css
<style>
span { border-color: #081A6B; }
span { border-color: rgb(8,26,107); }
td.TdClassName
{
border-color: #081A6B;
}
.TagClassName
{
border-color: #081A6B;
}
</style>