Shades of Sapphire #072669
Tints of Sapphire #072669
RGB
CMYK
RGB Variations
Color information
#072669 (or 0x072669) is known color: Sapphire. HEX triplet: 07, 26 and 69. RGB value is (7,38,105). Sum of RGB (Red+Green+Blue) = 7+38+105=150 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.67% from 150); Green value is 38 (15.23% from 255 or 25.33% from 150); Blue value is 105 (41.41% from 255 or 70% from 150); Max value from RGB is 105 - color contains mainly: blue. Hex color #072669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072669 is #F8D996. Grayscale: #242424. Windows color (decimal): -16308631 or 6891015. OLE color: 6891015.
HSL color Cylindrical-coordinate representation of color #072669: hue angle of 221.02º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072669 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 38 | 105 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.59 |
| HSL | 221.02º | 0.88% | 0.22% | - |
| HSV(B) | 221.02º | 0.93% | 0.41% | - |
| XYZ | 3.33 | 2.45 | 13.66 | - |
| YUV | 36.37 | 166.73 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 38 | 105 | 0.93 | 0.64 | 0 | 0.59 | 221.02 | 0.88 | 0.22 |
| Hex | 7 | 26 | 69 | 5D | 40 | 0 | 3B | DD | 58 | 16 |
| Octal | 7 | 46 | 151 | 135 | 100 | 0 | 73 | 335 | 130 | 26 |
| Binary | 111 | 100110 | 1101001 | 1011101 | 1000000 | 0 | 111011 | 11011101 | 1011000 | 10110 |
Color Harmonies of #072669
Complementary color
Monochromatic Colors of #072669
Black with #072669
Text Example
Text Example
White with #072669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072669; }
p { color: rgb(7,38,105); }
H1.HeaderClassName
{
color: #072669;
}
.AnyTagClassName
{
color: #072669;
}
</style>
background-color css
<style>
a { background-color: #072669; }
a { background-color: rgb(7,38,105); }
div.DivClassName
{
background-color: #072669;
}
.BgClassName
{
background-color: #072669;
}
</style>
border-color css
<style>
span { border-color: #072669; }
span { border-color: rgb(7,38,105); }
td.TdClassName
{
border-color: #072669;
}
.TagClassName
{
border-color: #072669;
}
</style>