Shades of Sapphire #072266
Tints of Sapphire #072266
RGB
CMYK
RGB Variations
Color information
#072266 (or 0x072266) is known color: Sapphire. HEX triplet: 07, 22 and 66. RGB value is (7,34,102). Sum of RGB (Red+Green+Blue) = 7+34+102=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 102 (40.23% from 255 or 71.33% from 143); Max value from RGB is 102 - color contains mainly: blue. Hex color #072266 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072266 is #F8DD99. Grayscale: #212121. Windows color (decimal): -16309658 or 6693383. OLE color: 6693383.
HSL color Cylindrical-coordinate representation of color #072266: hue angle of 222.95º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072266 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 7 | 34 | 102 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.6 |
| HSL | 222.95º | 0.87% | 0.21% | - |
| HSV(B) | 222.95º | 0.93% | 0.4% | - |
| XYZ | 3.06 | 2.15 | 12.82 | - |
| YUV | 33.68 | 166.55 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 34 | 102 | 0.93 | 0.67 | 0 | 0.6 | 222.95 | 0.87 | 0.21 |
| Hex | 7 | 22 | 66 | 5D | 43 | 0 | 3C | DF | 57 | 15 |
| Octal | 7 | 42 | 146 | 135 | 103 | 0 | 74 | 337 | 127 | 25 |
| Binary | 111 | 100010 | 1100110 | 1011101 | 1000011 | 0 | 111100 | 11011111 | 1010111 | 10101 |
Color Harmonies of #072266
Complementary color
Monochromatic Colors of #072266
Black with #072266
Text Example
Text Example
White with #072266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072266; }
p { color: rgb(7,34,102); }
H1.HeaderClassName
{
color: #072266;
}
.AnyTagClassName
{
color: #072266;
}
</style>
background-color css
<style>
a { background-color: #072266; }
a { background-color: rgb(7,34,102); }
div.DivClassName
{
background-color: #072266;
}
.BgClassName
{
background-color: #072266;
}
</style>
border-color css
<style>
span { border-color: #072266; }
span { border-color: rgb(7,34,102); }
td.TdClassName
{
border-color: #072266;
}
.TagClassName
{
border-color: #072266;
}
</style>