Shades of Sapphire #072A69
Tints of Sapphire #072A69
RGB
CMYK
RGB Variations
Color information
#072A69 (or 0x072A69) is known color: Sapphire. HEX triplet: 07, 2A and 69. RGB value is (7,42,105). Sum of RGB (Red+Green+Blue) = 7+42+105=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 42 (16.80% from 255 or 27.27% from 154); Blue value is 105 (41.41% from 255 or 68.18% from 154); Max value from RGB is 105 - color contains mainly: blue. Hex color #072A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072A69 is #F8D596. Grayscale: #262626. Windows color (decimal): -16307607 or 6892039. OLE color: 6892039.
HSL color Cylindrical-coordinate representation of color #072A69: hue angle of 218.57º 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 #072A69 is Cyan = 0.93, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 42 | 105 | - |
| CMYK | 0.93 | 0.6 | 0 | 0.59 |
| HSL | 218.57º | 0.88% | 0.22% | - |
| HSV(B) | 218.57º | 0.93% | 0.41% | - |
| XYZ | 3.47 | 2.72 | 13.71 | - |
| YUV | 38.72 | 165.4 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 42 | 105 | 0.93 | 0.6 | 0 | 0.59 | 218.57 | 0.88 | 0.22 |
| Hex | 7 | 2A | 69 | 5D | 3C | 0 | 3B | DB | 58 | 16 |
| Octal | 7 | 52 | 151 | 135 | 74 | 0 | 73 | 333 | 130 | 26 |
| Binary | 111 | 101010 | 1101001 | 1011101 | 111100 | 0 | 111011 | 11011011 | 1011000 | 10110 |
Color Harmonies of #072A69
Complementary color
Monochromatic Colors of #072A69
Black with #072A69
Text Example
Text Example
White with #072A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072A69; }
p { color: rgb(7,42,105); }
H1.HeaderClassName
{
color: #072A69;
}
.AnyTagClassName
{
color: #072A69;
}
</style>
background-color css
<style>
a { background-color: #072A69; }
a { background-color: rgb(7,42,105); }
div.DivClassName
{
background-color: #072A69;
}
.BgClassName
{
background-color: #072A69;
}
</style>
border-color css
<style>
span { border-color: #072A69; }
span { border-color: rgb(7,42,105); }
td.TdClassName
{
border-color: #072A69;
}
.TagClassName
{
border-color: #072A69;
}
</style>