Shades of Sapphire #072A70
Tints of Sapphire #072A70
RGB
CMYK
RGB Variations
Color information
#072A70 (or 0x072A70) is known color: Sapphire. HEX triplet: 07, 2A and 70. RGB value is (7,42,112). Sum of RGB (Red+Green+Blue) = 7+42+112=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 112 (44.14% from 255 or 69.57% from 161); Max value from RGB is 112 - color contains mainly: blue. Hex color #072A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072A70 is #F8D58F. Grayscale: #272727. Windows color (decimal): -16307600 or 7350791. OLE color: 7350791.
HSL color Cylindrical-coordinate representation of color #072A70: hue angle of 220º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072A70 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 42 | 112 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.56 |
| HSL | 220º | 0.88% | 0.23% | - |
| HSV(B) | 220º | 0.94% | 0.44% | - |
| XYZ | 3.84 | 2.87 | 15.68 | - |
| YUV | 39.52 | 168.9 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 42 | 112 | 0.94 | 0.62 | 0 | 0.56 | 220 | 0.88 | 0.23 |
| Hex | 7 | 2A | 70 | 5E | 3E | 0 | 38 | DC | 58 | 17 |
| Octal | 7 | 52 | 160 | 136 | 76 | 0 | 70 | 334 | 130 | 27 |
| Binary | 111 | 101010 | 1110000 | 1011110 | 111110 | 0 | 111000 | 11011100 | 1011000 | 10111 |
Color Harmonies of #072A70
Complementary color
Monochromatic Colors of #072A70
Black with #072A70
Text Example
Text Example
White with #072A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072A70; }
p { color: rgb(7,42,112); }
H1.HeaderClassName
{
color: #072A70;
}
.AnyTagClassName
{
color: #072A70;
}
</style>
background-color css
<style>
a { background-color: #072A70; }
a { background-color: rgb(7,42,112); }
div.DivClassName
{
background-color: #072A70;
}
.BgClassName
{
background-color: #072A70;
}
</style>
border-color css
<style>
span { border-color: #072A70; }
span { border-color: rgb(7,42,112); }
td.TdClassName
{
border-color: #072A70;
}
.TagClassName
{
border-color: #072A70;
}
</style>