Shades of Sapphire #081C64
Tints of Sapphire #081C64
RGB
CMYK
RGB Variations
Color information
#081C64 (or 0x081C64) is known color: Sapphire. HEX triplet: 08, 1C and 64. RGB value is (8,28,100). Sum of RGB (Red+Green+Blue) = 8+28+100=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 28 (11.33% from 255 or 20.59% from 136); Blue value is 100 (39.45% from 255 or 73.53% from 136); Max value from RGB is 100 - color contains mainly: blue. Hex color #081C64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C64 is #F7E39B. Grayscale: #1D1D1D. Windows color (decimal): -16245660 or 6560776. OLE color: 6560776.
HSL color Cylindrical-coordinate representation of color #081C64: hue angle of 226.96º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081C64 is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 28 | 100 | - |
| CMYK | 0.92 | 0.72 | 0 | 0.61 |
| HSL | 226.96º | 0.85% | 0.21% | - |
| HSV(B) | 226.96º | 0.92% | 0.39% | - |
| XYZ | 2.82 | 1.8 | 12.26 | - |
| YUV | 30.23 | 167.37 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 28 | 100 | 0.92 | 0.72 | 0 | 0.61 | 226.96 | 0.85 | 0.21 |
| Hex | 8 | 1C | 64 | 5C | 48 | 0 | 3D | E3 | 55 | 15 |
| Octal | 10 | 34 | 144 | 134 | 110 | 0 | 75 | 343 | 125 | 25 |
| Binary | 1000 | 11100 | 1100100 | 1011100 | 1001000 | 0 | 111101 | 11100011 | 1010101 | 10101 |
Color Harmonies of #081C64
Complementary color
Monochromatic Colors of #081C64
Black with #081C64
Text Example
Text Example
White with #081C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081C64; }
p { color: rgb(8,28,100); }
H1.HeaderClassName
{
color: #081C64;
}
.AnyTagClassName
{
color: #081C64;
}
</style>
background-color css
<style>
a { background-color: #081C64; }
a { background-color: rgb(8,28,100); }
div.DivClassName
{
background-color: #081C64;
}
.BgClassName
{
background-color: #081C64;
}
</style>
border-color css
<style>
span { border-color: #081C64; }
span { border-color: rgb(8,28,100); }
td.TdClassName
{
border-color: #081C64;
}
.TagClassName
{
border-color: #081C64;
}
</style>