Shades of Sapphire #07295D
Tints of Sapphire #07295D
RGB
CMYK
RGB Variations
Color information
#07295D (or 0x07295D) is known color: Sapphire. HEX triplet: 07, 29 and 5D. RGB value is (7,41,93). Sum of RGB (Red+Green+Blue) = 7+41+93=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 93 (36.72% from 255 or 65.96% from 141); Max value from RGB is 93 - color contains mainly: blue. Hex color #07295D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07295D is #F8D6A2. Grayscale: #242424. Windows color (decimal): -16307875 or 6105351. OLE color: 6105351.
HSL color Cylindrical-coordinate representation of color #07295D: hue angle of 216.28º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07295D is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 41 | 93 | - |
| CMYK | 0.92 | 0.56 | 0 | 0.64 |
| HSL | 216.28º | 0.86% | 0.2% | - |
| HSV(B) | 216.28º | 0.92% | 0.36% | - |
| XYZ | 2.86 | 2.42 | 10.67 | - |
| YUV | 36.76 | 159.74 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 41 | 93 | 0.92 | 0.56 | 0 | 0.64 | 216.28 | 0.86 | 0.2 |
| Hex | 7 | 29 | 5D | 5C | 38 | 0 | 40 | D8 | 56 | 14 |
| Octal | 7 | 51 | 135 | 134 | 70 | 0 | 100 | 330 | 126 | 24 |
| Binary | 111 | 101001 | 1011101 | 1011100 | 111000 | 0 | 1000000 | 11011000 | 1010110 | 10100 |
Color Harmonies of #07295D
Complementary color
Monochromatic Colors of #07295D
Black with #07295D
Text Example
Text Example
White with #07295D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07295D; }
p { color: rgb(7,41,93); }
H1.HeaderClassName
{
color: #07295D;
}
.AnyTagClassName
{
color: #07295D;
}
</style>
background-color css
<style>
a { background-color: #07295D; }
a { background-color: rgb(7,41,93); }
div.DivClassName
{
background-color: #07295D;
}
.BgClassName
{
background-color: #07295D;
}
</style>
border-color css
<style>
span { border-color: #07295D; }
span { border-color: rgb(7,41,93); }
td.TdClassName
{
border-color: #07295D;
}
.TagClassName
{
border-color: #07295D;
}
</style>