Shades of Sapphire #072C6F
Tints of Sapphire #072C6F
RGB
CMYK
RGB Variations
Color information
#072C6F (or 0x072C6F) is known color: Sapphire. HEX triplet: 07, 2C and 6F. RGB value is (7,44,111). Sum of RGB (Red+Green+Blue) = 7+44+111=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 44 (17.58% from 255 or 27.16% from 162); Blue value is 111 (43.75% from 255 or 68.52% from 162); Max value from RGB is 111 - color contains mainly: blue. Hex color #072C6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072C6F is #F8D390. Grayscale: #282828. Windows color (decimal): -16307089 or 7285767. OLE color: 7285767.
HSL color Cylindrical-coordinate representation of color #072C6F: hue angle of 218.65º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072C6F is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 44 | 111 | - |
| CMYK | 0.94 | 0.60 | 0 | 0.56 |
| HSL | 218.65º | 0.88% | 0.23% | - |
| HSV(B) | 218.65º | 0.94% | 0.44% | - |
| XYZ | 3.86 | 2.99 | 15.41 | - |
| YUV | 40.58 | 167.74 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 44 | 111 | 0.94 | 0.60 | 0 | 0.56 | 218.65 | 0.88 | 0.23 |
| Hex | 7 | 2C | 6F | 5E | 3C | 0 | 38 | DB | 58 | 17 |
| Octal | 7 | 54 | 157 | 136 | 74 | 0 | 70 | 333 | 130 | 27 |
| Binary | 111 | 101100 | 1101111 | 1011110 | 111100 | 0 | 111000 | 11011011 | 1011000 | 10111 |
Color Harmonies of #072C6F
Complementary color
Monochromatic Colors of #072C6F
Black with #072C6F
Text Example
Text Example
White with #072C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072C6F; }
p { color: rgb(7,44,111); }
H1.HeaderClassName
{
color: #072C6F;
}
.AnyTagClassName
{
color: #072C6F;
}
</style>
background-color css
<style>
a { background-color: #072C6F; }
a { background-color: rgb(7,44,111); }
div.DivClassName
{
background-color: #072C6F;
}
.BgClassName
{
background-color: #072C6F;
}
</style>
border-color css
<style>
span { border-color: #072C6F; }
span { border-color: rgb(7,44,111); }
td.TdClassName
{
border-color: #072C6F;
}
.TagClassName
{
border-color: #072C6F;
}
</style>