Shades of Sapphire #07105C
Tints of Sapphire #07105C
RGB
CMYK
RGB Variations
Color information
#07105C (or 0x07105C) is known color: Sapphire. HEX triplet: 07, 10 and 5C. RGB value is (7,16,92). Sum of RGB (Red+Green+Blue) = 7+16+92=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 16 (6.64% from 255 or 13.91% from 115); Blue value is 92 (36.33% from 255 or 80% from 115); Max value from RGB is 92 - color contains mainly: blue. Hex color #07105C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07105C is #F8EFA3. Grayscale: #151515. Windows color (decimal): -16314276 or 6033415. OLE color: 6033415.
HSL color Cylindrical-coordinate representation of color #07105C: hue angle of 233.65º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07105C is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 16 | 92 | - |
| CMYK | 0.92 | 0.83 | 0 | 0.64 |
| HSL | 233.65º | 0.86% | 0.19% | - |
| HSV(B) | 233.65º | 0.92% | 0.36% | - |
| XYZ | 2.2 | 1.19 | 10.24 | - |
| YUV | 21.97 | 167.52 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 92 | 0.92 | 0.83 | 0 | 0.64 | 233.65 | 0.86 | 0.19 |
| Hex | 7 | 10 | 5C | 5C | 53 | 0 | 40 | EA | 56 | 13 |
| Octal | 7 | 20 | 134 | 134 | 123 | 0 | 100 | 352 | 126 | 23 |
| Binary | 111 | 10000 | 1011100 | 1011100 | 1010011 | 0 | 1000000 | 11101010 | 1010110 | 10011 |
Color Harmonies of #07105C
Complementary color
Monochromatic Colors of #07105C
Black with #07105C
Text Example
Text Example
White with #07105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07105C; }
p { color: rgb(7,16,92); }
H1.HeaderClassName
{
color: #07105C;
}
.AnyTagClassName
{
color: #07105C;
}
</style>
background-color css
<style>
a { background-color: #07105C; }
a { background-color: rgb(7,16,92); }
div.DivClassName
{
background-color: #07105C;
}
.BgClassName
{
background-color: #07105C;
}
</style>
border-color css
<style>
span { border-color: #07105C; }
span { border-color: rgb(7,16,92); }
td.TdClassName
{
border-color: #07105C;
}
.TagClassName
{
border-color: #07105C;
}
</style>