Shades of Sapphire #07134D
Tints of Sapphire #07134D
RGB
CMYK
RGB Variations
Color information
#07134D (or 0x07134D) is known color: Sapphire. HEX triplet: 07, 13 and 4D. RGB value is (7,19,77). Sum of RGB (Red+Green+Blue) = 7+19+77=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 77 (30.47% from 255 or 74.76% from 103); Max value from RGB is 77 - color contains mainly: blue. Hex color #07134D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07134D is #F8ECB2. Grayscale: #151515. Windows color (decimal): -16313523 or 5051143. OLE color: 5051143.
HSL color Cylindrical-coordinate representation of color #07134D: hue angle of 229.71º 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 #07134D is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 19 | 77 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.70 |
| HSL | 229.71º | 0.83% | 0.16% | - |
| HSV(B) | 229.71º | 0.91% | 0.3% | - |
| XYZ | 1.66 | 1.05 | 7.14 | - |
| YUV | 22.02 | 159.02 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 77 | 0.91 | 0.75 | 0 | 0.70 | 229.71 | 0.83 | 0.16 |
| Hex | 7 | 13 | 4D | 5B | 4B | 0 | 46 | E6 | 53 | 10 |
| Octal | 7 | 23 | 115 | 133 | 113 | 0 | 106 | 346 | 123 | 20 |
| Binary | 111 | 10011 | 1001101 | 1011011 | 1001011 | 0 | 1000110 | 11100110 | 1010011 | 10000 |
Color Harmonies of #07134D
Complementary color
Monochromatic Colors of #07134D
Black with #07134D
Text Example
Text Example
White with #07134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07134D; }
p { color: rgb(7,19,77); }
H1.HeaderClassName
{
color: #07134D;
}
.AnyTagClassName
{
color: #07134D;
}
</style>
background-color css
<style>
a { background-color: #07134D; }
a { background-color: rgb(7,19,77); }
div.DivClassName
{
background-color: #07134D;
}
.BgClassName
{
background-color: #07134D;
}
</style>
border-color css
<style>
span { border-color: #07134D; }
span { border-color: rgb(7,19,77); }
td.TdClassName
{
border-color: #07134D;
}
.TagClassName
{
border-color: #07134D;
}
</style>