Shades of Sapphire #07236E
Tints of Sapphire #07236E
RGB
CMYK
RGB Variations
Color information
#07236E (or 0x07236E) is known color: Sapphire. HEX triplet: 07, 23 and 6E. RGB value is (7,35,110). Sum of RGB (Red+Green+Blue) = 7+35+110=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 110 (43.36% from 255 or 72.37% from 152); Max value from RGB is 110 - color contains mainly: blue. Hex color #07236E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07236E is #F8DC91. Grayscale: #222222. Windows color (decimal): -16309394 or 7217927. OLE color: 7217927.
HSL color Cylindrical-coordinate representation of color #07236E: hue angle of 223.69º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07236E is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 35 | 110 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.57 |
| HSL | 223.69º | 0.88% | 0.23% | - |
| HSV(B) | 223.69º | 0.94% | 0.43% | - |
| XYZ | 3.5 | 2.37 | 15.03 | - |
| YUV | 35.18 | 170.22 | 107.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 110 | 0.94 | 0.68 | 0 | 0.57 | 223.69 | 0.88 | 0.23 |
| Hex | 7 | 23 | 6E | 5E | 44 | 0 | 39 | E0 | 58 | 17 |
| Octal | 7 | 43 | 156 | 136 | 104 | 0 | 71 | 340 | 130 | 27 |
| Binary | 111 | 100011 | 1101110 | 1011110 | 1000100 | 0 | 111001 | 11100000 | 1011000 | 10111 |
Color Harmonies of #07236E
Complementary color
Monochromatic Colors of #07236E
Black with #07236E
Text Example
Text Example
White with #07236E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07236E; }
p { color: rgb(7,35,110); }
H1.HeaderClassName
{
color: #07236E;
}
.AnyTagClassName
{
color: #07236E;
}
</style>
background-color css
<style>
a { background-color: #07236E; }
a { background-color: rgb(7,35,110); }
div.DivClassName
{
background-color: #07236E;
}
.BgClassName
{
background-color: #07236E;
}
</style>
border-color css
<style>
span { border-color: #07236E; }
span { border-color: rgb(7,35,110); }
td.TdClassName
{
border-color: #07236E;
}
.TagClassName
{
border-color: #07236E;
}
</style>