Shades of Sapphire #072382
Tints of Sapphire #072382
RGB
CMYK
RGB Variations
Color information
#072382 (or 0x072382) is known color: Sapphire. HEX triplet: 07, 23 and 82. RGB value is (7,35,130). Sum of RGB (Red+Green+Blue) = 7+35+130=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 35 (14.06% from 255 or 20.35% from 172); Blue value is 130 (51.17% from 255 or 75.58% from 172); Max value from RGB is 130 - color contains mainly: blue. Hex color #072382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072382 is #F8DC7D. Grayscale: #252525. Windows color (decimal): -16309374 or 8528647. OLE color: 8528647.
HSL color Cylindrical-coordinate representation of color #072382: hue angle of 226.34º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #072382 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 35 | 130 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.49 |
| HSL | 226.34º | 0.9% | 0.27% | - |
| HSV(B) | 226.34º | 0.95% | 0.51% | - |
| XYZ | 4.72 | 2.86 | 21.42 | - |
| YUV | 37.46 | 180.22 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 130 | 0.95 | 0.73 | 0 | 0.49 | 226.34 | 0.9 | 0.27 |
| Hex | 7 | 23 | 82 | 5F | 49 | 0 | 31 | E2 | 5A | 1B |
| Octal | 7 | 43 | 202 | 137 | 111 | 0 | 61 | 342 | 132 | 33 |
| Binary | 111 | 100011 | 10000010 | 1011111 | 1001001 | 0 | 110001 | 11100010 | 1011010 | 11011 |
Color Harmonies of #072382
Complementary color
Monochromatic Colors of #072382
Black with #072382
Text Example
Text Example
White with #072382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072382; }
p { color: rgb(7,35,130); }
H1.HeaderClassName
{
color: #072382;
}
.AnyTagClassName
{
color: #072382;
}
</style>
background-color css
<style>
a { background-color: #072382; }
a { background-color: rgb(7,35,130); }
div.DivClassName
{
background-color: #072382;
}
.BgClassName
{
background-color: #072382;
}
</style>
border-color css
<style>
span { border-color: #072382; }
span { border-color: rgb(7,35,130); }
td.TdClassName
{
border-color: #072382;
}
.TagClassName
{
border-color: #072382;
}
</style>