Shades of Sapphire #07235D
Tints of Sapphire #07235D
RGB
CMYK
RGB Variations
Color information
#07235D (or 0x07235D) is known color: Sapphire. HEX triplet: 07, 23 and 5D. RGB value is (7,35,93). Sum of RGB (Red+Green+Blue) = 7+35+93=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 93 (36.72% from 255 or 68.89% from 135); Max value from RGB is 93 - color contains mainly: blue. Hex color #07235D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07235D is #F8DCA2. Grayscale: #202020. Windows color (decimal): -16309411 or 6103815. OLE color: 6103815.
HSL color Cylindrical-coordinate representation of color #07235D: hue angle of 220.47º 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 #07235D is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 35 | 93 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.64 |
| HSL | 220.47º | 0.86% | 0.2% | - |
| HSV(B) | 220.47º | 0.92% | 0.36% | - |
| XYZ | 2.66 | 2.04 | 10.61 | - |
| YUV | 33.24 | 161.72 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 93 | 0.92 | 0.62 | 0 | 0.64 | 220.47 | 0.86 | 0.2 |
| Hex | 7 | 23 | 5D | 5C | 3E | 0 | 40 | DC | 56 | 14 |
| Octal | 7 | 43 | 135 | 134 | 76 | 0 | 100 | 334 | 126 | 24 |
| Binary | 111 | 100011 | 1011101 | 1011100 | 111110 | 0 | 1000000 | 11011100 | 1010110 | 10100 |
Color Harmonies of #07235D
Complementary color
Monochromatic Colors of #07235D
Black with #07235D
Text Example
Text Example
White with #07235D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07235D; }
p { color: rgb(7,35,93); }
H1.HeaderClassName
{
color: #07235D;
}
.AnyTagClassName
{
color: #07235D;
}
</style>
background-color css
<style>
a { background-color: #07235D; }
a { background-color: rgb(7,35,93); }
div.DivClassName
{
background-color: #07235D;
}
.BgClassName
{
background-color: #07235D;
}
</style>
border-color css
<style>
span { border-color: #07235D; }
span { border-color: rgb(7,35,93); }
td.TdClassName
{
border-color: #07235D;
}
.TagClassName
{
border-color: #07235D;
}
</style>