Shades of Sapphire #07235C
Tints of Sapphire #07235C
RGB
CMYK
RGB Variations
Color information
#07235C (or 0x07235C) is known color: Sapphire. HEX triplet: 07, 23 and 5C. RGB value is (7,35,92). Sum of RGB (Red+Green+Blue) = 7+35+92=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 92 (36.33% from 255 or 68.66% from 134); Max value from RGB is 92 - color contains mainly: blue. Hex color #07235C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07235C is #F8DCA3. Grayscale: #202020. Windows color (decimal): -16309412 or 6038279. OLE color: 6038279.
HSL color Cylindrical-coordinate representation of color #07235C: hue angle of 220.24º 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 #07235C is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 35 | 92 | - |
| CMYK | 0.92 | 0.62 | 0 | 0.64 |
| HSL | 220.24º | 0.86% | 0.19% | - |
| HSV(B) | 220.24º | 0.92% | 0.36% | - |
| XYZ | 2.62 | 2.02 | 10.38 | - |
| YUV | 33.13 | 161.22 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 92 | 0.92 | 0.62 | 0 | 0.64 | 220.24 | 0.86 | 0.19 |
| Hex | 7 | 23 | 5C | 5C | 3E | 0 | 40 | DC | 56 | 13 |
| Octal | 7 | 43 | 134 | 134 | 76 | 0 | 100 | 334 | 126 | 23 |
| Binary | 111 | 100011 | 1011100 | 1011100 | 111110 | 0 | 1000000 | 11011100 | 1010110 | 10011 |
Color Harmonies of #07235C
Complementary color
Monochromatic Colors of #07235C
Black with #07235C
Text Example
Text Example
White with #07235C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07235C; }
p { color: rgb(7,35,92); }
H1.HeaderClassName
{
color: #07235C;
}
.AnyTagClassName
{
color: #07235C;
}
</style>
background-color css
<style>
a { background-color: #07235C; }
a { background-color: rgb(7,35,92); }
div.DivClassName
{
background-color: #07235C;
}
.BgClassName
{
background-color: #07235C;
}
</style>
border-color css
<style>
span { border-color: #07235C; }
span { border-color: rgb(7,35,92); }
td.TdClassName
{
border-color: #07235C;
}
.TagClassName
{
border-color: #07235C;
}
</style>