Shades of Sapphire #072654
Tints of Sapphire #072654
RGB
CMYK
RGB Variations
Color information
#072654 (or 0x072654) is known color: Sapphire. HEX triplet: 07, 26 and 54. RGB value is (7,38,84). Sum of RGB (Red+Green+Blue) = 7+38+84=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 38 (15.23% from 255 or 29.46% from 129); Blue value is 84 (33.20% from 255 or 65.12% from 129); Max value from RGB is 84 - color contains mainly: blue. Hex color #072654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072654 is #F8D9AB. Grayscale: #212121. Windows color (decimal): -16308652 or 5514759. OLE color: 5514759.
HSL color Cylindrical-coordinate representation of color #072654: hue angle of 215.84º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #072654 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 38 | 84 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.67 |
| HSL | 215.84º | 0.85% | 0.18% | - |
| HSV(B) | 215.84º | 0.92% | 0.33% | - |
| XYZ | 2.38 | 2.07 | 8.66 | - |
| YUV | 33.98 | 156.23 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 38 | 84 | 0.92 | 0.55 | 0 | 0.67 | 215.84 | 0.85 | 0.18 |
| Hex | 7 | 26 | 54 | 5C | 37 | 0 | 43 | D8 | 55 | 12 |
| Octal | 7 | 46 | 124 | 134 | 67 | 0 | 103 | 330 | 125 | 22 |
| Binary | 111 | 100110 | 1010100 | 1011100 | 110111 | 0 | 1000011 | 11011000 | 1010101 | 10010 |
Color Harmonies of #072654
Complementary color
Monochromatic Colors of #072654
Black with #072654
Text Example
Text Example
White with #072654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072654; }
p { color: rgb(7,38,84); }
H1.HeaderClassName
{
color: #072654;
}
.AnyTagClassName
{
color: #072654;
}
</style>
background-color css
<style>
a { background-color: #072654; }
a { background-color: rgb(7,38,84); }
div.DivClassName
{
background-color: #072654;
}
.BgClassName
{
background-color: #072654;
}
</style>
border-color css
<style>
span { border-color: #072654; }
span { border-color: rgb(7,38,84); }
td.TdClassName
{
border-color: #072654;
}
.TagClassName
{
border-color: #072654;
}
</style>