Shades of Sapphire #072968
Tints of Sapphire #072968
RGB
CMYK
RGB Variations
Color information
#072968 (or 0x072968) is known color: Sapphire. HEX triplet: 07, 29 and 68. RGB value is (7,41,104). Sum of RGB (Red+Green+Blue) = 7+41+104=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 104 (41.02% from 255 or 68.42% from 152); Max value from RGB is 104 - color contains mainly: blue. Hex color #072968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072968 is #F8D697. Grayscale: #252525. Windows color (decimal): -16307864 or 6826247. OLE color: 6826247.
HSL color Cylindrical-coordinate representation of color #072968: hue angle of 218.97º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072968 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 41 | 104 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.59 |
| HSL | 218.97º | 0.87% | 0.22% | - |
| HSV(B) | 218.97º | 0.93% | 0.41% | - |
| XYZ | 3.38 | 2.63 | 13.43 | - |
| YUV | 38.02 | 165.24 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 41 | 104 | 0.93 | 0.61 | 0 | 0.59 | 218.97 | 0.87 | 0.22 |
| Hex | 7 | 29 | 68 | 5D | 3D | 0 | 3B | DB | 57 | 16 |
| Octal | 7 | 51 | 150 | 135 | 75 | 0 | 73 | 333 | 127 | 26 |
| Binary | 111 | 101001 | 1101000 | 1011101 | 111101 | 0 | 111011 | 11011011 | 1010111 | 10110 |
Color Harmonies of #072968
Complementary color
Monochromatic Colors of #072968
Black with #072968
Text Example
Text Example
White with #072968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072968; }
p { color: rgb(7,41,104); }
H1.HeaderClassName
{
color: #072968;
}
.AnyTagClassName
{
color: #072968;
}
</style>
background-color css
<style>
a { background-color: #072968; }
a { background-color: rgb(7,41,104); }
div.DivClassName
{
background-color: #072968;
}
.BgClassName
{
background-color: #072968;
}
</style>
border-color css
<style>
span { border-color: #072968; }
span { border-color: rgb(7,41,104); }
td.TdClassName
{
border-color: #072968;
}
.TagClassName
{
border-color: #072968;
}
</style>