Shades of Sapphire #072F72
Tints of Sapphire #072F72
RGB
CMYK
RGB Variations
Color information
#072F72 (or 0x072F72) is known color: Sapphire. HEX triplet: 07, 2F and 72. RGB value is (7,47,114). Sum of RGB (Red+Green+Blue) = 7+47+114=168 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.17% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 114 (44.92% from 255 or 67.86% from 168); Max value from RGB is 114 - color contains mainly: blue. Hex color #072F72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072F72 is #F8D08D. Grayscale: #2A2A2A. Windows color (decimal): -16306318 or 7483143. OLE color: 7483143.
HSL color Cylindrical-coordinate representation of color #072F72: hue angle of 217.57º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072F72 is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 47 | 114 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.55 |
| HSL | 217.57º | 0.88% | 0.24% | - |
| HSV(B) | 217.57º | 0.94% | 0.45% | - |
| XYZ | 4.14 | 3.29 | 16.34 | - |
| YUV | 42.68 | 168.25 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 114 | 0.94 | 0.59 | 0 | 0.55 | 217.57 | 0.88 | 0.24 |
| Hex | 7 | 2F | 72 | 5E | 3B | 0 | 37 | DA | 58 | 18 |
| Octal | 7 | 57 | 162 | 136 | 73 | 0 | 67 | 332 | 130 | 30 |
| Binary | 111 | 101111 | 1110010 | 1011110 | 111011 | 0 | 110111 | 11011010 | 1011000 | 11000 |
Color Harmonies of #072F72
Complementary color
Monochromatic Colors of #072F72
Black with #072F72
Text Example
Text Example
White with #072F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072F72; }
p { color: rgb(7,47,114); }
H1.HeaderClassName
{
color: #072F72;
}
.AnyTagClassName
{
color: #072F72;
}
</style>
background-color css
<style>
a { background-color: #072F72; }
a { background-color: rgb(7,47,114); }
div.DivClassName
{
background-color: #072F72;
}
.BgClassName
{
background-color: #072F72;
}
</style>
border-color css
<style>
span { border-color: #072F72; }
span { border-color: rgb(7,47,114); }
td.TdClassName
{
border-color: #072F72;
}
.TagClassName
{
border-color: #072F72;
}
</style>