Shades of Sapphire #072F7A
Tints of Sapphire #072F7A
RGB
CMYK
RGB Variations
Color information
#072F7A (or 0x072F7A) is known color: Sapphire. HEX triplet: 07, 2F and 7A. RGB value is (7,47,122). Sum of RGB (Red+Green+Blue) = 7+47+122=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 122 (48.05% from 255 or 69.32% from 176); Max value from RGB is 122 - color contains mainly: blue. Hex color #072F7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072F7A is #F8D085. Grayscale: #2B2B2B. Windows color (decimal): -16306310 or 8007431. OLE color: 8007431.
HSL color Cylindrical-coordinate representation of color #072F7A: hue angle of 219.13º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072F7A is Cyan = 0.94, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 47 | 122 | - |
| CMYK | 0.94 | 0.61 | 0 | 0.52 |
| HSL | 219.13º | 0.89% | 0.25% | - |
| HSV(B) | 219.13º | 0.94% | 0.48% | - |
| XYZ | 4.62 | 3.48 | 18.84 | - |
| YUV | 43.59 | 172.25 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 122 | 0.94 | 0.61 | 0 | 0.52 | 219.13 | 0.89 | 0.25 |
| Hex | 7 | 2F | 7A | 5E | 3D | 0 | 34 | DB | 59 | 19 |
| Octal | 7 | 57 | 172 | 136 | 75 | 0 | 64 | 333 | 131 | 31 |
| Binary | 111 | 101111 | 1111010 | 1011110 | 111101 | 0 | 110100 | 11011011 | 1011001 | 11001 |
Color Harmonies of #072F7A
Complementary color
Monochromatic Colors of #072F7A
Black with #072F7A
Text Example
Text Example
White with #072F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072F7A; }
p { color: rgb(7,47,122); }
H1.HeaderClassName
{
color: #072F7A;
}
.AnyTagClassName
{
color: #072F7A;
}
</style>
background-color css
<style>
a { background-color: #072F7A; }
a { background-color: rgb(7,47,122); }
div.DivClassName
{
background-color: #072F7A;
}
.BgClassName
{
background-color: #072F7A;
}
</style>
border-color css
<style>
span { border-color: #072F7A; }
span { border-color: rgb(7,47,122); }
td.TdClassName
{
border-color: #072F7A;
}
.TagClassName
{
border-color: #072F7A;
}
</style>