Shades of Sapphire #07277C
Tints of Sapphire #07277C
RGB
CMYK
RGB Variations
Color information
#07277C (or 0x07277C) is known color: Sapphire. HEX triplet: 07, 27 and 7C. RGB value is (7,39,124). Sum of RGB (Red+Green+Blue) = 7+39+124=170 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.12% from 170); Green value is 39 (15.62% from 255 or 22.94% from 170); Blue value is 124 (48.83% from 255 or 72.94% from 170); Max value from RGB is 124 - color contains mainly: blue. Hex color #07277C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07277C is #F8D883. Grayscale: #262626. Windows color (decimal): -16308356 or 8136455. OLE color: 8136455.
HSL color Cylindrical-coordinate representation of color #07277C: hue angle of 223.59º 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 #07277C is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 39 | 124 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.51 |
| HSL | 223.59º | 0.89% | 0.26% | - |
| HSV(B) | 223.59º | 0.94% | 0.49% | - |
| XYZ | 4.45 | 2.95 | 19.4 | - |
| YUV | 39.12 | 175.9 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 39 | 124 | 0.94 | 0.69 | 0 | 0.51 | 223.59 | 0.89 | 0.26 |
| Hex | 7 | 27 | 7C | 5E | 45 | 0 | 33 | E0 | 59 | 1A |
| Octal | 7 | 47 | 174 | 136 | 105 | 0 | 63 | 340 | 131 | 32 |
| Binary | 111 | 100111 | 1111100 | 1011110 | 1000101 | 0 | 110011 | 11100000 | 1011001 | 11010 |
Color Harmonies of #07277C
Complementary color
Monochromatic Colors of #07277C
Black with #07277C
Text Example
Text Example
White with #07277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07277C; }
p { color: rgb(7,39,124); }
H1.HeaderClassName
{
color: #07277C;
}
.AnyTagClassName
{
color: #07277C;
}
</style>
background-color css
<style>
a { background-color: #07277C; }
a { background-color: rgb(7,39,124); }
div.DivClassName
{
background-color: #07277C;
}
.BgClassName
{
background-color: #07277C;
}
</style>
border-color css
<style>
span { border-color: #07277C; }
span { border-color: rgb(7,39,124); }
td.TdClassName
{
border-color: #07277C;
}
.TagClassName
{
border-color: #07277C;
}
</style>