Shades of Sapphire #072482
Tints of Sapphire #072482
RGB
CMYK
RGB Variations
Color information
#072482 (or 0x072482) is known color: Sapphire. HEX triplet: 07, 24 and 82. RGB value is (7,36,130). Sum of RGB (Red+Green+Blue) = 7+36+130=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 130 (51.17% from 255 or 75.14% from 173); Max value from RGB is 130 - color contains mainly: blue. Hex color #072482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072482 is #F8DB7D. Grayscale: #252525. Windows color (decimal): -16309118 or 8528903. OLE color: 8528903.
HSL color Cylindrical-coordinate representation of color #072482: hue angle of 225.85º 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 #072482 is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 36 | 130 | - |
| CMYK | 0.95 | 0.72 | 0 | 0.49 |
| HSL | 225.85º | 0.9% | 0.27% | - |
| HSV(B) | 225.85º | 0.95% | 0.51% | - |
| XYZ | 4.75 | 2.92 | 21.43 | - |
| YUV | 38.05 | 179.89 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 36 | 130 | 0.95 | 0.72 | 0 | 0.49 | 225.85 | 0.9 | 0.27 |
| Hex | 7 | 24 | 82 | 5F | 48 | 0 | 31 | E2 | 5A | 1B |
| Octal | 7 | 44 | 202 | 137 | 110 | 0 | 61 | 342 | 132 | 33 |
| Binary | 111 | 100100 | 10000010 | 1011111 | 1001000 | 0 | 110001 | 11100010 | 1011010 | 11011 |
Color Harmonies of #072482
Complementary color
Monochromatic Colors of #072482
Black with #072482
Text Example
Text Example
White with #072482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072482; }
p { color: rgb(7,36,130); }
H1.HeaderClassName
{
color: #072482;
}
.AnyTagClassName
{
color: #072482;
}
</style>
background-color css
<style>
a { background-color: #072482; }
a { background-color: rgb(7,36,130); }
div.DivClassName
{
background-color: #072482;
}
.BgClassName
{
background-color: #072482;
}
</style>
border-color css
<style>
span { border-color: #072482; }
span { border-color: rgb(7,36,130); }
td.TdClassName
{
border-color: #072482;
}
.TagClassName
{
border-color: #072482;
}
</style>