Shades of Sapphire #081C78
Tints of Sapphire #081C78
RGB
CMYK
RGB Variations
Color information
#081C78 (or 0x081C78) is known color: Sapphire. HEX triplet: 08, 1C and 78. RGB value is (8,28,120). Sum of RGB (Red+Green+Blue) = 8+28+120=156 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.13% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 120 (47.27% from 255 or 76.92% from 156); Max value from RGB is 120 - color contains mainly: blue. Hex color #081C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C78 is #F7E387. Grayscale: #202020. Windows color (decimal): -16245640 or 7871496. OLE color: 7871496.
HSL color Cylindrical-coordinate representation of color #081C78: hue angle of 229.29º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081C78 is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 28 | 120 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.53 |
| HSL | 229.29º | 0.88% | 0.25% | - |
| HSV(B) | 229.29º | 0.93% | 0.47% | - |
| XYZ | 3.91 | 2.24 | 18 | - |
| YUV | 32.51 | 177.37 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 28 | 120 | 0.93 | 0.77 | 0 | 0.53 | 229.29 | 0.88 | 0.25 |
| Hex | 8 | 1C | 78 | 5D | 4D | 0 | 35 | E5 | 58 | 19 |
| Octal | 10 | 34 | 170 | 135 | 115 | 0 | 65 | 345 | 130 | 31 |
| Binary | 1000 | 11100 | 1111000 | 1011101 | 1001101 | 0 | 110101 | 11100101 | 1011000 | 11001 |
Color Harmonies of #081C78
Complementary color
Monochromatic Colors of #081C78
Black with #081C78
Text Example
Text Example
White with #081C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081C78; }
p { color: rgb(8,28,120); }
H1.HeaderClassName
{
color: #081C78;
}
.AnyTagClassName
{
color: #081C78;
}
</style>
background-color css
<style>
a { background-color: #081C78; }
a { background-color: rgb(8,28,120); }
div.DivClassName
{
background-color: #081C78;
}
.BgClassName
{
background-color: #081C78;
}
</style>
border-color css
<style>
span { border-color: #081C78; }
span { border-color: rgb(8,28,120); }
td.TdClassName
{
border-color: #081C78;
}
.TagClassName
{
border-color: #081C78;
}
</style>