Shades of Sapphire #07124B
Tints of Sapphire #07124B
RGB
CMYK
RGB Variations
Color information
#07124B (or 0x07124B) is known color: Sapphire. HEX triplet: 07, 12 and 4B. RGB value is (7,18,75). Sum of RGB (Red+Green+Blue) = 7+18+75=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 18 (7.42% from 255 or 18% from 100); Blue value is 75 (29.69% from 255 or 75% from 100); Max value from RGB is 75 - color contains mainly: blue. Hex color #07124B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07124B is #F8EDB4. Grayscale: #141414. Windows color (decimal): -16313781 or 4919815. OLE color: 4919815.
HSL color Cylindrical-coordinate representation of color #07124B: hue angle of 230.29º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07124B is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 18 | 75 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.71 |
| HSL | 230.29º | 0.83% | 0.16% | - |
| HSV(B) | 230.29º | 0.91% | 0.29% | - |
| XYZ | 1.57 | 0.99 | 6.76 | - |
| YUV | 21.21 | 158.36 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 75 | 0.91 | 0.76 | 0 | 0.71 | 230.29 | 0.83 | 0.16 |
| Hex | 7 | 12 | 4B | 5B | 4C | 0 | 47 | E6 | 53 | 10 |
| Octal | 7 | 22 | 113 | 133 | 114 | 0 | 107 | 346 | 123 | 20 |
| Binary | 111 | 10010 | 1001011 | 1011011 | 1001100 | 0 | 1000111 | 11100110 | 1010011 | 10000 |
Color Harmonies of #07124B
Complementary color
Monochromatic Colors of #07124B
Black with #07124B
Text Example
Text Example
White with #07124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07124B; }
p { color: rgb(7,18,75); }
H1.HeaderClassName
{
color: #07124B;
}
.AnyTagClassName
{
color: #07124B;
}
</style>
background-color css
<style>
a { background-color: #07124B; }
a { background-color: rgb(7,18,75); }
div.DivClassName
{
background-color: #07124B;
}
.BgClassName
{
background-color: #07124B;
}
</style>
border-color css
<style>
span { border-color: #07124B; }
span { border-color: rgb(7,18,75); }
td.TdClassName
{
border-color: #07124B;
}
.TagClassName
{
border-color: #07124B;
}
</style>