Shades of Sapphire #07264E
Tints of Sapphire #07264E
RGB
CMYK
RGB Variations
Color information
#07264E (or 0x07264E) is known color: Sapphire. HEX triplet: 07, 26 and 4E. RGB value is (7,38,78). Sum of RGB (Red+Green+Blue) = 7+38+78=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 78 (30.86% from 255 or 63.41% from 123); Max value from RGB is 78 - color contains mainly: blue. Hex color #07264E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07264E is #F8D9B1. Grayscale: #212121. Windows color (decimal): -16308658 or 5121543. OLE color: 5121543.
HSL color Cylindrical-coordinate representation of color #07264E: hue angle of 213.8º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07264E is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 38 | 78 | - |
| CMYK | 0.91 | 0.51 | 0 | 0.69 |
| HSL | 213.8º | 0.84% | 0.17% | - |
| HSV(B) | 213.8º | 0.91% | 0.31% | - |
| XYZ | 2.16 | 1.98 | 7.48 | - |
| YUV | 33.29 | 153.23 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 38 | 78 | 0.91 | 0.51 | 0 | 0.69 | 213.8 | 0.84 | 0.17 |
| Hex | 7 | 26 | 4E | 5B | 33 | 0 | 45 | D6 | 54 | 11 |
| Octal | 7 | 46 | 116 | 133 | 63 | 0 | 105 | 326 | 124 | 21 |
| Binary | 111 | 100110 | 1001110 | 1011011 | 110011 | 0 | 1000101 | 11010110 | 1010100 | 10001 |
Color Harmonies of #07264E
Complementary color
Monochromatic Colors of #07264E
Black with #07264E
Text Example
Text Example
White with #07264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07264E; }
p { color: rgb(7,38,78); }
H1.HeaderClassName
{
color: #07264E;
}
.AnyTagClassName
{
color: #07264E;
}
</style>
background-color css
<style>
a { background-color: #07264E; }
a { background-color: rgb(7,38,78); }
div.DivClassName
{
background-color: #07264E;
}
.BgClassName
{
background-color: #07264E;
}
</style>
border-color css
<style>
span { border-color: #07264E; }
span { border-color: rgb(7,38,78); }
td.TdClassName
{
border-color: #07264E;
}
.TagClassName
{
border-color: #07264E;
}
</style>