Shades of Sapphire #072682
Tints of Sapphire #072682
RGB
CMYK
RGB Variations
Color information
#072682 (or 0x072682) is known color: Sapphire. HEX triplet: 07, 26 and 82. RGB value is (7,38,130). Sum of RGB (Red+Green+Blue) = 7+38+130=175 (23% of max value = 765). Red value is 7 (3.12% from 255 or 4% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 130 (51.17% from 255 or 74.29% from 175); Max value from RGB is 130 - color contains mainly: blue. Hex color #072682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #072682 is #F8D97D. Grayscale: #262626. Windows color (decimal): -16308606 or 8529415. OLE color: 8529415.
HSL color Cylindrical-coordinate representation of color #072682: hue angle of 224.88º 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 #072682 is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 38 | 130 | - |
| CMYK | 0.95 | 0.71 | 0 | 0.49 |
| HSL | 224.88º | 0.9% | 0.27% | - |
| HSV(B) | 224.88º | 0.95% | 0.51% | - |
| XYZ | 4.81 | 3.04 | 21.45 | - |
| YUV | 39.22 | 179.23 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 38 | 130 | 0.95 | 0.71 | 0 | 0.49 | 224.88 | 0.9 | 0.27 |
| Hex | 7 | 26 | 82 | 5F | 47 | 0 | 31 | E1 | 5A | 1B |
| Octal | 7 | 46 | 202 | 137 | 107 | 0 | 61 | 341 | 132 | 33 |
| Binary | 111 | 100110 | 10000010 | 1011111 | 1000111 | 0 | 110001 | 11100001 | 1011010 | 11011 |
Color Harmonies of #072682
Complementary color
Monochromatic Colors of #072682
Black with #072682
Text Example
Text Example
White with #072682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072682; }
p { color: rgb(7,38,130); }
H1.HeaderClassName
{
color: #072682;
}
.AnyTagClassName
{
color: #072682;
}
</style>
background-color css
<style>
a { background-color: #072682; }
a { background-color: rgb(7,38,130); }
div.DivClassName
{
background-color: #072682;
}
.BgClassName
{
background-color: #072682;
}
</style>
border-color css
<style>
span { border-color: #072682; }
span { border-color: rgb(7,38,130); }
td.TdClassName
{
border-color: #072682;
}
.TagClassName
{
border-color: #072682;
}
</style>