Shades of Sapphire #072B80
Tints of Sapphire #072B80
RGB
CMYK
RGB Variations
Color information
#072B80 (or 0x072B80) is known color: Sapphire. HEX triplet: 07, 2B and 80. RGB value is (7,43,128). Sum of RGB (Red+Green+Blue) = 7+43+128=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 128 (50.39% from 255 or 71.91% from 178); Max value from RGB is 128 - color contains mainly: blue. Hex color #072B80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072B80 is #F8D47F. Grayscale: #292929. Windows color (decimal): -16307328 or 8399623. OLE color: 8399623.
HSL color Cylindrical-coordinate representation of color #072B80: hue angle of 222.15º 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 #072B80 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 7 | 43 | 128 | - |
| CMYK | 0.95 | 0.66 | 0 | 0.50 |
| HSL | 222.15º | 0.9% | 0.26% | - |
| HSV(B) | 222.15º | 0.95% | 0.5% | - |
| XYZ | 4.85 | 3.33 | 20.81 | - |
| YUV | 41.93 | 176.57 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 128 | 0.95 | 0.66 | 0 | 0.50 | 222.15 | 0.9 | 0.26 |
| Hex | 7 | 2B | 80 | 5F | 42 | 0 | 32 | DE | 5A | 1A |
| Octal | 7 | 53 | 200 | 137 | 102 | 0 | 62 | 336 | 132 | 32 |
| Binary | 111 | 101011 | 10000000 | 1011111 | 1000010 | 0 | 110010 | 11011110 | 1011010 | 11010 |
Color Harmonies of #072B80
Complementary color
Monochromatic Colors of #072B80
Black with #072B80
Text Example
Text Example
White with #072B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072B80; }
p { color: rgb(7,43,128); }
H1.HeaderClassName
{
color: #072B80;
}
.AnyTagClassName
{
color: #072B80;
}
</style>
background-color css
<style>
a { background-color: #072B80; }
a { background-color: rgb(7,43,128); }
div.DivClassName
{
background-color: #072B80;
}
.BgClassName
{
background-color: #072B80;
}
</style>
border-color css
<style>
span { border-color: #072B80; }
span { border-color: rgb(7,43,128); }
td.TdClassName
{
border-color: #072B80;
}
.TagClassName
{
border-color: #072B80;
}
</style>