Shades of Sapphire #07236F
Tints of Sapphire #07236F
RGB
CMYK
RGB Variations
Color information
#07236F (or 0x07236F) is known color: Sapphire. HEX triplet: 07, 23 and 6F. RGB value is (7,35,111). Sum of RGB (Red+Green+Blue) = 7+35+111=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 111 (43.75% from 255 or 72.55% from 153); Max value from RGB is 111 - color contains mainly: blue. Hex color #07236F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07236F is #F8DC90. Grayscale: #222222. Windows color (decimal): -16309393 or 7283463. OLE color: 7283463.
HSL color Cylindrical-coordinate representation of color #07236F: hue angle of 223.85º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07236F is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 35 | 111 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.56 |
| HSL | 223.85º | 0.88% | 0.23% | - |
| HSV(B) | 223.85º | 0.94% | 0.44% | - |
| XYZ | 3.56 | 2.39 | 15.31 | - |
| YUV | 35.29 | 170.72 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 111 | 0.94 | 0.68 | 0 | 0.56 | 223.85 | 0.88 | 0.23 |
| Hex | 7 | 23 | 6F | 5E | 44 | 0 | 38 | E0 | 58 | 17 |
| Octal | 7 | 43 | 157 | 136 | 104 | 0 | 70 | 340 | 130 | 27 |
| Binary | 111 | 100011 | 1101111 | 1011110 | 1000100 | 0 | 111000 | 11100000 | 1011000 | 10111 |
Color Harmonies of #07236F
Complementary color
Monochromatic Colors of #07236F
Black with #07236F
Text Example
Text Example
White with #07236F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07236F; }
p { color: rgb(7,35,111); }
H1.HeaderClassName
{
color: #07236F;
}
.AnyTagClassName
{
color: #07236F;
}
</style>
background-color css
<style>
a { background-color: #07236F; }
a { background-color: rgb(7,35,111); }
div.DivClassName
{
background-color: #07236F;
}
.BgClassName
{
background-color: #07236F;
}
</style>
border-color css
<style>
span { border-color: #07236F; }
span { border-color: rgb(7,35,111); }
td.TdClassName
{
border-color: #07236F;
}
.TagClassName
{
border-color: #07236F;
}
</style>