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