Shades of Sapphire #07124D
Tints of Sapphire #07124D
RGB
CMYK
RGB Variations
Color information
#07124D (or 0x07124D) is known color: Sapphire. HEX triplet: 07, 12 and 4D. RGB value is (7,18,77). Sum of RGB (Red+Green+Blue) = 7+18+77=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 18 (7.42% from 255 or 17.65% from 102); Blue value is 77 (30.47% from 255 or 75.49% from 102); Max value from RGB is 77 - color contains mainly: blue. Hex color #07124D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07124D is #F8EDB2. Grayscale: #151515. Windows color (decimal): -16313779 or 5050887. OLE color: 5050887.
HSL color Cylindrical-coordinate representation of color #07124D: hue angle of 230.57º 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 #07124D is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 18 | 77 | - |
| CMYK | 0.91 | 0.77 | 0 | 0.70 |
| HSL | 230.57º | 0.83% | 0.16% | - |
| HSV(B) | 230.57º | 0.91% | 0.3% | - |
| XYZ | 1.64 | 1.01 | 7.13 | - |
| YUV | 21.44 | 159.36 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 77 | 0.91 | 0.77 | 0 | 0.70 | 230.57 | 0.83 | 0.16 |
| Hex | 7 | 12 | 4D | 5B | 4D | 0 | 46 | E7 | 53 | 10 |
| Octal | 7 | 22 | 115 | 133 | 115 | 0 | 106 | 347 | 123 | 20 |
| Binary | 111 | 10010 | 1001101 | 1011011 | 1001101 | 0 | 1000110 | 11100111 | 1010011 | 10000 |
Color Harmonies of #07124D
Complementary color
Monochromatic Colors of #07124D
Black with #07124D
Text Example
Text Example
White with #07124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07124D; }
p { color: rgb(7,18,77); }
H1.HeaderClassName
{
color: #07124D;
}
.AnyTagClassName
{
color: #07124D;
}
</style>
background-color css
<style>
a { background-color: #07124D; }
a { background-color: rgb(7,18,77); }
div.DivClassName
{
background-color: #07124D;
}
.BgClassName
{
background-color: #07124D;
}
</style>
border-color css
<style>
span { border-color: #07124D; }
span { border-color: rgb(7,18,77); }
td.TdClassName
{
border-color: #07124D;
}
.TagClassName
{
border-color: #07124D;
}
</style>