Shades of Sapphire #07234D
Tints of Sapphire #07234D
RGB
CMYK
RGB Variations
Color information
#07234D (or 0x07234D) is known color: Sapphire. HEX triplet: 07, 23 and 4D. RGB value is (7,35,77). Sum of RGB (Red+Green+Blue) = 7+35+77=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 77 (30.47% from 255 or 64.71% from 119); Max value from RGB is 77 - color contains mainly: blue. Hex color #07234D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07234D is #F8DCB2. Grayscale: #1F1F1F. Windows color (decimal): -16309427 or 5055239. OLE color: 5055239.
HSL color Cylindrical-coordinate representation of color #07234D: hue angle of 216º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07234D is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 35 | 77 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.70 |
| HSL | 216º | 0.83% | 0.16% | - |
| HSV(B) | 216º | 0.91% | 0.3% | - |
| XYZ | 2.03 | 1.78 | 7.26 | - |
| YUV | 31.42 | 153.72 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 77 | 0.91 | 0.55 | 0 | 0.70 | 216 | 0.83 | 0.16 |
| Hex | 7 | 23 | 4D | 5B | 37 | 0 | 46 | D8 | 53 | 10 |
| Octal | 7 | 43 | 115 | 133 | 67 | 0 | 106 | 330 | 123 | 20 |
| Binary | 111 | 100011 | 1001101 | 1011011 | 110111 | 0 | 1000110 | 11011000 | 1010011 | 10000 |
Color Harmonies of #07234D
Complementary color
Monochromatic Colors of #07234D
Black with #07234D
Text Example
Text Example
White with #07234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07234D; }
p { color: rgb(7,35,77); }
H1.HeaderClassName
{
color: #07234D;
}
.AnyTagClassName
{
color: #07234D;
}
</style>
background-color css
<style>
a { background-color: #07234D; }
a { background-color: rgb(7,35,77); }
div.DivClassName
{
background-color: #07234D;
}
.BgClassName
{
background-color: #07234D;
}
</style>
border-color css
<style>
span { border-color: #07234D; }
span { border-color: rgb(7,35,77); }
td.TdClassName
{
border-color: #07234D;
}
.TagClassName
{
border-color: #07234D;
}
</style>