Shades of Sapphire #07134B
Tints of Sapphire #07134B
RGB
CMYK
RGB Variations
Color information
#07134B (or 0x07134B) is known color: Sapphire. HEX triplet: 07, 13 and 4B. RGB value is (7,19,75). Sum of RGB (Red+Green+Blue) = 7+19+75=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 75 (29.69% from 255 or 74.26% from 101); Max value from RGB is 75 - color contains mainly: blue. Hex color #07134B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07134B is #F8ECB4. Grayscale: #151515. Windows color (decimal): -16313525 or 4920071. OLE color: 4920071.
HSL color Cylindrical-coordinate representation of color #07134B: hue angle of 229.41º 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 #07134B is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 19 | 75 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.71 |
| HSL | 229.41º | 0.83% | 0.16% | - |
| HSV(B) | 229.41º | 0.91% | 0.29% | - |
| XYZ | 1.59 | 1.02 | 6.77 | - |
| YUV | 21.8 | 158.02 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 75 | 0.91 | 0.75 | 0 | 0.71 | 229.41 | 0.83 | 0.16 |
| Hex | 7 | 13 | 4B | 5B | 4B | 0 | 47 | E5 | 53 | 10 |
| Octal | 7 | 23 | 113 | 133 | 113 | 0 | 107 | 345 | 123 | 20 |
| Binary | 111 | 10011 | 1001011 | 1011011 | 1001011 | 0 | 1000111 | 11100101 | 1010011 | 10000 |
Color Harmonies of #07134B
Complementary color
Monochromatic Colors of #07134B
Black with #07134B
Text Example
Text Example
White with #07134B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07134B; }
p { color: rgb(7,19,75); }
H1.HeaderClassName
{
color: #07134B;
}
.AnyTagClassName
{
color: #07134B;
}
</style>
background-color css
<style>
a { background-color: #07134B; }
a { background-color: rgb(7,19,75); }
div.DivClassName
{
background-color: #07134B;
}
.BgClassName
{
background-color: #07134B;
}
</style>
border-color css
<style>
span { border-color: #07134B; }
span { border-color: rgb(7,19,75); }
td.TdClassName
{
border-color: #07134B;
}
.TagClassName
{
border-color: #07134B;
}
</style>