Shades of Sapphire #072F7C
Tints of Sapphire #072F7C
RGB
CMYK
RGB Variations
Color information
#072F7C (or 0x072F7C) is known color: Sapphire. HEX triplet: 07, 2F and 7C. RGB value is (7,47,124). Sum of RGB (Red+Green+Blue) = 7+47+124=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 47 (18.75% from 255 or 26.40% from 178); Blue value is 124 (48.83% from 255 or 69.66% from 178); Max value from RGB is 124 - color contains mainly: blue. Hex color #072F7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072F7C is #F8D083. Grayscale: #2B2B2B. Windows color (decimal): -16306308 or 8138503. OLE color: 8138503.
HSL color Cylindrical-coordinate representation of color #072F7C: hue angle of 219.49º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072F7C is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 47 | 124 | - |
| CMYK | 0.94 | 0.62 | 0 | 0.51 |
| HSL | 219.49º | 0.89% | 0.26% | - |
| HSV(B) | 219.49º | 0.94% | 0.49% | - |
| XYZ | 4.74 | 3.53 | 19.5 | - |
| YUV | 43.82 | 173.25 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 47 | 124 | 0.94 | 0.62 | 0 | 0.51 | 219.49 | 0.89 | 0.26 |
| Hex | 7 | 2F | 7C | 5E | 3E | 0 | 33 | DB | 59 | 1A |
| Octal | 7 | 57 | 174 | 136 | 76 | 0 | 63 | 333 | 131 | 32 |
| Binary | 111 | 101111 | 1111100 | 1011110 | 111110 | 0 | 110011 | 11011011 | 1011001 | 11010 |
Color Harmonies of #072F7C
Complementary color
Monochromatic Colors of #072F7C
Black with #072F7C
Text Example
Text Example
White with #072F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072F7C; }
p { color: rgb(7,47,124); }
H1.HeaderClassName
{
color: #072F7C;
}
.AnyTagClassName
{
color: #072F7C;
}
</style>
background-color css
<style>
a { background-color: #072F7C; }
a { background-color: rgb(7,47,124); }
div.DivClassName
{
background-color: #072F7C;
}
.BgClassName
{
background-color: #072F7C;
}
</style>
border-color css
<style>
span { border-color: #072F7C; }
span { border-color: rgb(7,47,124); }
td.TdClassName
{
border-color: #072F7C;
}
.TagClassName
{
border-color: #072F7C;
}
</style>