Shades of Sapphire #072A7B
Tints of Sapphire #072A7B
RGB
CMYK
RGB Variations
Color information
#072A7B (or 0x072A7B) is known color: Sapphire. HEX triplet: 07, 2A and 7B. RGB value is (7,42,123). Sum of RGB (Red+Green+Blue) = 7+42+123=172 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.07% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 123 (48.44% from 255 or 71.51% from 172); Max value from RGB is 123 - color contains mainly: blue. Hex color #072A7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072A7B is #F8D584. Grayscale: #282828. Windows color (decimal): -16307589 or 8071687. OLE color: 8071687.
HSL color Cylindrical-coordinate representation of color #072A7B: hue angle of 221.9º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072A7B is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 7 | 42 | 123 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.52 |
| HSL | 221.9º | 0.89% | 0.25% | - |
| HSV(B) | 221.9º | 0.94% | 0.48% | - |
| XYZ | 4.49 | 3.13 | 19.11 | - |
| YUV | 40.77 | 174.4 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 42 | 123 | 0.94 | 0.66 | 0 | 0.52 | 221.9 | 0.89 | 0.25 |
| Hex | 7 | 2A | 7B | 5E | 42 | 0 | 34 | DE | 59 | 19 |
| Octal | 7 | 52 | 173 | 136 | 102 | 0 | 64 | 336 | 131 | 31 |
| Binary | 111 | 101010 | 1111011 | 1011110 | 1000010 | 0 | 110100 | 11011110 | 1011001 | 11001 |
Color Harmonies of #072A7B
Complementary color
Monochromatic Colors of #072A7B
Black with #072A7B
Text Example
Text Example
White with #072A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072A7B; }
p { color: rgb(7,42,123); }
H1.HeaderClassName
{
color: #072A7B;
}
.AnyTagClassName
{
color: #072A7B;
}
</style>
background-color css
<style>
a { background-color: #072A7B; }
a { background-color: rgb(7,42,123); }
div.DivClassName
{
background-color: #072A7B;
}
.BgClassName
{
background-color: #072A7B;
}
</style>
border-color css
<style>
span { border-color: #072A7B; }
span { border-color: rgb(7,42,123); }
td.TdClassName
{
border-color: #072A7B;
}
.TagClassName
{
border-color: #072A7B;
}
</style>