Shades of Sapphire #072B7D
Tints of Sapphire #072B7D
RGB
CMYK
RGB Variations
Color information
#072B7D (or 0x072B7D) is known color: Sapphire. HEX triplet: 07, 2B and 7D. RGB value is (7,43,125). Sum of RGB (Red+Green+Blue) = 7+43+125=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 43 (17.19% from 255 or 24.57% from 175); Blue value is 125 (49.22% from 255 or 71.43% from 175); Max value from RGB is 125 - color contains mainly: blue. Hex color #072B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072B7D is #F8D482. Grayscale: #292929. Windows color (decimal): -16307331 or 8203015. OLE color: 8203015.
HSL color Cylindrical-coordinate representation of color #072B7D: hue angle of 221.69º 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 #072B7D is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 43 | 125 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.51 |
| HSL | 221.69º | 0.89% | 0.26% | - |
| HSV(B) | 221.69º | 0.94% | 0.49% | - |
| XYZ | 4.65 | 3.25 | 19.78 | - |
| YUV | 41.58 | 175.07 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 43 | 125 | 0.94 | 0.66 | 0 | 0.51 | 221.69 | 0.89 | 0.26 |
| Hex | 7 | 2B | 7D | 5E | 42 | 0 | 33 | DE | 59 | 1A |
| Octal | 7 | 53 | 175 | 136 | 102 | 0 | 63 | 336 | 131 | 32 |
| Binary | 111 | 101011 | 1111101 | 1011110 | 1000010 | 0 | 110011 | 11011110 | 1011001 | 11010 |
Color Harmonies of #072B7D
Complementary color
Monochromatic Colors of #072B7D
Black with #072B7D
Text Example
Text Example
White with #072B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072B7D; }
p { color: rgb(7,43,125); }
H1.HeaderClassName
{
color: #072B7D;
}
.AnyTagClassName
{
color: #072B7D;
}
</style>
background-color css
<style>
a { background-color: #072B7D; }
a { background-color: rgb(7,43,125); }
div.DivClassName
{
background-color: #072B7D;
}
.BgClassName
{
background-color: #072B7D;
}
</style>
border-color css
<style>
span { border-color: #072B7D; }
span { border-color: rgb(7,43,125); }
td.TdClassName
{
border-color: #072B7D;
}
.TagClassName
{
border-color: #072B7D;
}
</style>