Shades of Sapphire #070C4D
Tints of Sapphire #070C4D
RGB
CMYK
RGB Variations
Color information
#070C4D (or 0x070C4D) is known color: Sapphire. HEX triplet: 07, 0C and 4D. RGB value is (7,12,77). Sum of RGB (Red+Green+Blue) = 7+12+77=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 12 (5.08% from 255 or 12.5% from 96); Blue value is 77 (30.47% from 255 or 80.21% from 96); Max value from RGB is 77 - color contains mainly: blue. Hex color #070C4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070C4D is #F8F3B2. Grayscale: #111111. Windows color (decimal): -16315315 or 5049351. OLE color: 5049351.
HSL color Cylindrical-coordinate representation of color #070C4D: hue angle of 235.71º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #070C4D is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 12 | 77 | - |
| CMYK | 0.91 | 0.84 | 0 | 0.70 |
| HSL | 235.71º | 0.83% | 0.16% | - |
| HSV(B) | 235.71º | 0.91% | 0.3% | - |
| XYZ | 1.56 | 0.84 | 7.1 | - |
| YUV | 17.92 | 161.34 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 77 | 0.91 | 0.84 | 0 | 0.70 | 235.71 | 0.83 | 0.16 |
| Hex | 7 | C | 4D | 5B | 54 | 0 | 46 | EC | 53 | 10 |
| Octal | 7 | 14 | 115 | 133 | 124 | 0 | 106 | 354 | 123 | 20 |
| Binary | 111 | 1100 | 1001101 | 1011011 | 1010100 | 0 | 1000110 | 11101100 | 1010011 | 10000 |
Color Harmonies of #070C4D
Complementary color
Monochromatic Colors of #070C4D
Black with #070C4D
Text Example
Text Example
White with #070C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070C4D; }
p { color: rgb(7,12,77); }
H1.HeaderClassName
{
color: #070C4D;
}
.AnyTagClassName
{
color: #070C4D;
}
</style>
background-color css
<style>
a { background-color: #070C4D; }
a { background-color: rgb(7,12,77); }
div.DivClassName
{
background-color: #070C4D;
}
.BgClassName
{
background-color: #070C4D;
}
</style>
border-color css
<style>
span { border-color: #070C4D; }
span { border-color: rgb(7,12,77); }
td.TdClassName
{
border-color: #070C4D;
}
.TagClassName
{
border-color: #070C4D;
}
</style>