Shades of Sapphire #07295C
Tints of Sapphire #07295C
RGB
CMYK
RGB Variations
Color information
#07295C (or 0x07295C) is known color: Sapphire. HEX triplet: 07, 29 and 5C. RGB value is (7,41,92). Sum of RGB (Red+Green+Blue) = 7+41+92=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 92 (36.33% from 255 or 65.71% from 140); Max value from RGB is 92 - color contains mainly: blue. Hex color #07295C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07295C is #F8D6A3. Grayscale: #242424. Windows color (decimal): -16307876 or 6039815. OLE color: 6039815.
HSL color Cylindrical-coordinate representation of color #07295C: hue angle of 216º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07295C is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 41 | 92 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.64 |
| HSL | 216º | 0.86% | 0.19% | - |
| HSV(B) | 216º | 0.92% | 0.36% | - |
| XYZ | 2.81 | 2.4 | 10.44 | - |
| YUV | 36.65 | 159.24 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 41 | 92 | 0.92 | 0.55 | 0 | 0.64 | 216 | 0.86 | 0.19 |
| Hex | 7 | 29 | 5C | 5C | 37 | 0 | 40 | D8 | 56 | 13 |
| Octal | 7 | 51 | 134 | 134 | 67 | 0 | 100 | 330 | 126 | 23 |
| Binary | 111 | 101001 | 1011100 | 1011100 | 110111 | 0 | 1000000 | 11011000 | 1010110 | 10011 |
Color Harmonies of #07295C
Complementary color
Monochromatic Colors of #07295C
Black with #07295C
Text Example
Text Example
White with #07295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07295C; }
p { color: rgb(7,41,92); }
H1.HeaderClassName
{
color: #07295C;
}
.AnyTagClassName
{
color: #07295C;
}
</style>
background-color css
<style>
a { background-color: #07295C; }
a { background-color: rgb(7,41,92); }
div.DivClassName
{
background-color: #07295C;
}
.BgClassName
{
background-color: #07295C;
}
</style>
border-color css
<style>
span { border-color: #07295C; }
span { border-color: rgb(7,41,92); }
td.TdClassName
{
border-color: #07295C;
}
.TagClassName
{
border-color: #07295C;
}
</style>