Shades of Sapphire #081C6D
Tints of Sapphire #081C6D
RGB
CMYK
RGB Variations
Color information
#081C6D (or 0x081C6D) is known color: Sapphire. HEX triplet: 08, 1C and 6D. RGB value is (8,28,109). Sum of RGB (Red+Green+Blue) = 8+28+109=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 109 (42.97% from 255 or 75.17% from 145); Max value from RGB is 109 - color contains mainly: blue. Hex color #081C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C6D is #F7E392. Grayscale: #1E1E1E. Windows color (decimal): -16245651 or 7150600. OLE color: 7150600.
HSL color Cylindrical-coordinate representation of color #081C6D: hue angle of 228.12º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081C6D is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 28 | 109 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.57 |
| HSL | 228.12º | 0.86% | 0.23% | - |
| HSV(B) | 228.12º | 0.93% | 0.43% | - |
| XYZ | 3.28 | 1.99 | 14.68 | - |
| YUV | 31.25 | 171.87 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 28 | 109 | 0.93 | 0.74 | 0 | 0.57 | 228.12 | 0.86 | 0.23 |
| Hex | 8 | 1C | 6D | 5D | 4A | 0 | 39 | E4 | 56 | 17 |
| Octal | 10 | 34 | 155 | 135 | 112 | 0 | 71 | 344 | 126 | 27 |
| Binary | 1000 | 11100 | 1101101 | 1011101 | 1001010 | 0 | 111001 | 11100100 | 1010110 | 10111 |
Color Harmonies of #081C6D
Complementary color
Monochromatic Colors of #081C6D
Black with #081C6D
Text Example
Text Example
White with #081C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081C6D; }
p { color: rgb(8,28,109); }
H1.HeaderClassName
{
color: #081C6D;
}
.AnyTagClassName
{
color: #081C6D;
}
</style>
background-color css
<style>
a { background-color: #081C6D; }
a { background-color: rgb(8,28,109); }
div.DivClassName
{
background-color: #081C6D;
}
.BgClassName
{
background-color: #081C6D;
}
</style>
border-color css
<style>
span { border-color: #081C6D; }
span { border-color: rgb(8,28,109); }
td.TdClassName
{
border-color: #081C6D;
}
.TagClassName
{
border-color: #081C6D;
}
</style>