Shades of Sapphire #07226B
Tints of Sapphire #07226B
RGB
CMYK
RGB Variations
Color information
#07226B (or 0x07226B) is known color: Sapphire. HEX triplet: 07, 22 and 6B. RGB value is (7,34,107). Sum of RGB (Red+Green+Blue) = 7+34+107=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 34 (13.67% from 255 or 22.97% from 148); Blue value is 107 (42.19% from 255 or 72.30% from 148); Max value from RGB is 107 - color contains mainly: blue. Hex color #07226B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07226B is #F8DD94. Grayscale: #212121. Windows color (decimal): -16309653 or 7021063. OLE color: 7021063.
HSL color Cylindrical-coordinate representation of color #07226B: hue angle of 223.8º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07226B is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 34 | 107 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.58 |
| HSL | 223.8º | 0.88% | 0.22% | - |
| HSV(B) | 223.8º | 0.93% | 0.42% | - |
| XYZ | 3.31 | 2.25 | 14.17 | - |
| YUV | 34.25 | 169.05 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 34 | 107 | 0.93 | 0.68 | 0 | 0.58 | 223.8 | 0.88 | 0.22 |
| Hex | 7 | 22 | 6B | 5D | 44 | 0 | 3A | E0 | 58 | 16 |
| Octal | 7 | 42 | 153 | 135 | 104 | 0 | 72 | 340 | 130 | 26 |
| Binary | 111 | 100010 | 1101011 | 1011101 | 1000100 | 0 | 111010 | 11100000 | 1011000 | 10110 |
Color Harmonies of #07226B
Complementary color
Monochromatic Colors of #07226B
Black with #07226B
Text Example
Text Example
White with #07226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07226B; }
p { color: rgb(7,34,107); }
H1.HeaderClassName
{
color: #07226B;
}
.AnyTagClassName
{
color: #07226B;
}
</style>
background-color css
<style>
a { background-color: #07226B; }
a { background-color: rgb(7,34,107); }
div.DivClassName
{
background-color: #07226B;
}
.BgClassName
{
background-color: #07226B;
}
</style>
border-color css
<style>
span { border-color: #07226B; }
span { border-color: rgb(7,34,107); }
td.TdClassName
{
border-color: #07226B;
}
.TagClassName
{
border-color: #07226B;
}
</style>