Shades of Sapphire #072878
Tints of Sapphire #072878
RGB
CMYK
RGB Variations
Color information
#072878 (or 0x072878) is known color: Sapphire. HEX triplet: 07, 28 and 78. RGB value is (7,40,120). Sum of RGB (Red+Green+Blue) = 7+40+120=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 120 (47.27% from 255 or 71.86% from 167); Max value from RGB is 120 - color contains mainly: blue. Hex color #072878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072878 is #F8D787. Grayscale: #262626. Windows color (decimal): -16308104 or 7874567. OLE color: 7874567.
HSL color Cylindrical-coordinate representation of color #072878: hue angle of 222.48º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072878 is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 40 | 120 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.53 |
| HSL | 222.48º | 0.89% | 0.25% | - |
| HSV(B) | 222.48º | 0.94% | 0.47% | - |
| XYZ | 4.24 | 2.92 | 18.11 | - |
| YUV | 39.25 | 173.57 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 120 | 0.94 | 0.67 | 0 | 0.53 | 222.48 | 0.89 | 0.25 |
| Hex | 7 | 28 | 78 | 5E | 43 | 0 | 35 | DE | 59 | 19 |
| Octal | 7 | 50 | 170 | 136 | 103 | 0 | 65 | 336 | 131 | 31 |
| Binary | 111 | 101000 | 1111000 | 1011110 | 1000011 | 0 | 110101 | 11011110 | 1011001 | 11001 |
Color Harmonies of #072878
Complementary color
Monochromatic Colors of #072878
Black with #072878
Text Example
Text Example
White with #072878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072878; }
p { color: rgb(7,40,120); }
H1.HeaderClassName
{
color: #072878;
}
.AnyTagClassName
{
color: #072878;
}
</style>
background-color css
<style>
a { background-color: #072878; }
a { background-color: rgb(7,40,120); }
div.DivClassName
{
background-color: #072878;
}
.BgClassName
{
background-color: #072878;
}
</style>
border-color css
<style>
span { border-color: #072878; }
span { border-color: rgb(7,40,120); }
td.TdClassName
{
border-color: #072878;
}
.TagClassName
{
border-color: #072878;
}
</style>