Shades of Sapphire #07224B
Tints of Sapphire #07224B
RGB
CMYK
RGB Variations
Color information
#07224B (or 0x07224B) is known color: Sapphire. HEX triplet: 07, 22 and 4B. RGB value is (7,34,75). Sum of RGB (Red+Green+Blue) = 7+34+75=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 75 (29.69% from 255 or 64.66% from 116); Max value from RGB is 75 - color contains mainly: blue. Hex color #07224B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07224B is #F8DDB4. Grayscale: #1E1E1E. Windows color (decimal): -16309685 or 4923911. OLE color: 4923911.
HSL color Cylindrical-coordinate representation of color #07224B: hue angle of 216.18º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07224B is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 34 | 75 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.71 |
| HSL | 216.18º | 0.83% | 0.16% | - |
| HSV(B) | 216.18º | 0.91% | 0.29% | - |
| XYZ | 1.93 | 1.7 | 6.88 | - |
| YUV | 30.6 | 153.05 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 34 | 75 | 0.91 | 0.55 | 0 | 0.71 | 216.18 | 0.83 | 0.16 |
| Hex | 7 | 22 | 4B | 5B | 37 | 0 | 47 | D8 | 53 | 10 |
| Octal | 7 | 42 | 113 | 133 | 67 | 0 | 107 | 330 | 123 | 20 |
| Binary | 111 | 100010 | 1001011 | 1011011 | 110111 | 0 | 1000111 | 11011000 | 1010011 | 10000 |
Color Harmonies of #07224B
Complementary color
Monochromatic Colors of #07224B
Black with #07224B
Text Example
Text Example
White with #07224B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07224B; }
p { color: rgb(7,34,75); }
H1.HeaderClassName
{
color: #07224B;
}
.AnyTagClassName
{
color: #07224B;
}
</style>
background-color css
<style>
a { background-color: #07224B; }
a { background-color: rgb(7,34,75); }
div.DivClassName
{
background-color: #07224B;
}
.BgClassName
{
background-color: #07224B;
}
</style>
border-color css
<style>
span { border-color: #07224B; }
span { border-color: rgb(7,34,75); }
td.TdClassName
{
border-color: #07224B;
}
.TagClassName
{
border-color: #07224B;
}
</style>