Shades of Sapphire #07277E
Tints of Sapphire #07277E
RGB
CMYK
RGB Variations
Color information
#07277E (or 0x07277E) is known color: Sapphire. HEX triplet: 07, 27 and 7E. RGB value is (7,39,126). Sum of RGB (Red+Green+Blue) = 7+39+126=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 39 (15.62% from 255 or 22.67% from 172); Blue value is 126 (49.61% from 255 or 73.26% from 172); Max value from RGB is 126 - color contains mainly: blue. Hex color #07277E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07277E is #F8D881. Grayscale: #262626. Windows color (decimal): -16308354 or 8267527. OLE color: 8267527.
HSL color Cylindrical-coordinate representation of color #07277E: hue angle of 223.87º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07277E is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 39 | 126 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.51 |
| HSL | 223.87º | 0.89% | 0.26% | - |
| HSV(B) | 223.87º | 0.94% | 0.49% | - |
| XYZ | 4.58 | 3 | 20.08 | - |
| YUV | 39.35 | 176.9 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 39 | 126 | 0.94 | 0.69 | 0 | 0.51 | 223.87 | 0.89 | 0.26 |
| Hex | 7 | 27 | 7E | 5E | 45 | 0 | 33 | E0 | 59 | 1A |
| Octal | 7 | 47 | 176 | 136 | 105 | 0 | 63 | 340 | 131 | 32 |
| Binary | 111 | 100111 | 1111110 | 1011110 | 1000101 | 0 | 110011 | 11100000 | 1011001 | 11010 |
Color Harmonies of #07277E
Complementary color
Monochromatic Colors of #07277E
Black with #07277E
Text Example
Text Example
White with #07277E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07277E; }
p { color: rgb(7,39,126); }
H1.HeaderClassName
{
color: #07277E;
}
.AnyTagClassName
{
color: #07277E;
}
</style>
background-color css
<style>
a { background-color: #07277E; }
a { background-color: rgb(7,39,126); }
div.DivClassName
{
background-color: #07277E;
}
.BgClassName
{
background-color: #07277E;
}
</style>
border-color css
<style>
span { border-color: #07277E; }
span { border-color: rgb(7,39,126); }
td.TdClassName
{
border-color: #07277E;
}
.TagClassName
{
border-color: #07277E;
}
</style>