Shades of Sapphire #072180
Tints of Sapphire #072180
RGB
CMYK
RGB Variations
Color information
#072180 (or 0x072180) is known color: Sapphire. HEX triplet: 07, 21 and 80. RGB value is (7,33,128). Sum of RGB (Red+Green+Blue) = 7+33+128=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 128 (50.39% from 255 or 76.19% from 168); Max value from RGB is 128 - color contains mainly: blue. Hex color #072180 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072180 is #F8DE7F. Grayscale: #232323. Windows color (decimal): -16309888 or 8397063. OLE color: 8397063.
HSL color Cylindrical-coordinate representation of color #072180: hue angle of 227.11º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072180 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 33 | 128 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.50 |
| HSL | 227.11º | 0.9% | 0.26% | - |
| HSV(B) | 227.11º | 0.95% | 0.5% | - |
| XYZ | 4.53 | 2.69 | 20.7 | - |
| YUV | 36.06 | 179.89 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 33 | 128 | 0.95 | 0.74 | 0 | 0.50 | 227.11 | 0.9 | 0.26 |
| Hex | 7 | 21 | 80 | 5F | 4A | 0 | 32 | E3 | 5A | 1A |
| Octal | 7 | 41 | 200 | 137 | 112 | 0 | 62 | 343 | 132 | 32 |
| Binary | 111 | 100001 | 10000000 | 1011111 | 1001010 | 0 | 110010 | 11100011 | 1011010 | 11010 |
Color Harmonies of #072180
Complementary color
Monochromatic Colors of #072180
Black with #072180
Text Example
Text Example
White with #072180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072180; }
p { color: rgb(7,33,128); }
H1.HeaderClassName
{
color: #072180;
}
.AnyTagClassName
{
color: #072180;
}
</style>
background-color css
<style>
a { background-color: #072180; }
a { background-color: rgb(7,33,128); }
div.DivClassName
{
background-color: #072180;
}
.BgClassName
{
background-color: #072180;
}
</style>
border-color css
<style>
span { border-color: #072180; }
span { border-color: rgb(7,33,128); }
td.TdClassName
{
border-color: #072180;
}
.TagClassName
{
border-color: #072180;
}
</style>