Shades of Sapphire #07264D
Tints of Sapphire #07264D
RGB
CMYK
RGB Variations
Color information
#07264D (or 0x07264D) is known color: Sapphire. HEX triplet: 07, 26 and 4D. RGB value is (7,38,77). Sum of RGB (Red+Green+Blue) = 7+38+77=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 77 (30.47% from 255 or 63.11% from 122); Max value from RGB is 77 - color contains mainly: blue. Hex color #07264D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07264D is #F8D9B2. Grayscale: #202020. Windows color (decimal): -16308659 or 5056007. OLE color: 5056007.
HSL color Cylindrical-coordinate representation of color #07264D: hue angle of 213.43º 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 #07264D is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 38 | 77 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.70 |
| HSL | 213.43º | 0.83% | 0.16% | - |
| HSV(B) | 213.43º | 0.91% | 0.3% | - |
| XYZ | 2.12 | 1.97 | 7.29 | - |
| YUV | 33.18 | 152.73 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 38 | 77 | 0.91 | 0.51 | 0 | 0.70 | 213.43 | 0.83 | 0.16 |
| Hex | 7 | 26 | 4D | 5B | 33 | 0 | 46 | D5 | 53 | 10 |
| Octal | 7 | 46 | 115 | 133 | 63 | 0 | 106 | 325 | 123 | 20 |
| Binary | 111 | 100110 | 1001101 | 1011011 | 110011 | 0 | 1000110 | 11010101 | 1010011 | 10000 |
Color Harmonies of #07264D
Complementary color
Monochromatic Colors of #07264D
Black with #07264D
Text Example
Text Example
White with #07264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07264D; }
p { color: rgb(7,38,77); }
H1.HeaderClassName
{
color: #07264D;
}
.AnyTagClassName
{
color: #07264D;
}
</style>
background-color css
<style>
a { background-color: #07264D; }
a { background-color: rgb(7,38,77); }
div.DivClassName
{
background-color: #07264D;
}
.BgClassName
{
background-color: #07264D;
}
</style>
border-color css
<style>
span { border-color: #07264D; }
span { border-color: rgb(7,38,77); }
td.TdClassName
{
border-color: #07264D;
}
.TagClassName
{
border-color: #07264D;
}
</style>