Shades of Sapphire #072C68
Tints of Sapphire #072C68
RGB
CMYK
RGB Variations
Color information
#072C68 (or 0x072C68) is known color: Sapphire. HEX triplet: 07, 2C and 68. RGB value is (7,44,104). Sum of RGB (Red+Green+Blue) = 7+44+104=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 104 (41.02% from 255 or 67.10% from 155); Max value from RGB is 104 - color contains mainly: blue. Hex color #072C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072C68 is #F8D397. Grayscale: #272727. Windows color (decimal): -16307096 or 6827015. OLE color: 6827015.
HSL color Cylindrical-coordinate representation of color #072C68: hue angle of 217.11º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072C68 is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 44 | 104 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.59 |
| HSL | 217.11º | 0.87% | 0.22% | - |
| HSV(B) | 217.11º | 0.93% | 0.41% | - |
| XYZ | 3.49 | 2.85 | 13.46 | - |
| YUV | 39.78 | 164.24 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 44 | 104 | 0.93 | 0.58 | 0 | 0.59 | 217.11 | 0.87 | 0.22 |
| Hex | 7 | 2C | 68 | 5D | 3A | 0 | 3B | D9 | 57 | 16 |
| Octal | 7 | 54 | 150 | 135 | 72 | 0 | 73 | 331 | 127 | 26 |
| Binary | 111 | 101100 | 1101000 | 1011101 | 111010 | 0 | 111011 | 11011001 | 1010111 | 10110 |
Color Harmonies of #072C68
Complementary color
Monochromatic Colors of #072C68
Black with #072C68
Text Example
Text Example
White with #072C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072C68; }
p { color: rgb(7,44,104); }
H1.HeaderClassName
{
color: #072C68;
}
.AnyTagClassName
{
color: #072C68;
}
</style>
background-color css
<style>
a { background-color: #072C68; }
a { background-color: rgb(7,44,104); }
div.DivClassName
{
background-color: #072C68;
}
.BgClassName
{
background-color: #072C68;
}
</style>
border-color css
<style>
span { border-color: #072C68; }
span { border-color: rgb(7,44,104); }
td.TdClassName
{
border-color: #072C68;
}
.TagClassName
{
border-color: #072C68;
}
</style>