Shades of Sapphire #070C4E
Tints of Sapphire #070C4E
RGB
CMYK
RGB Variations
Color information
#070C4E (or 0x070C4E) is known color: Sapphire. HEX triplet: 07, 0C and 4E. RGB value is (7,12,78). Sum of RGB (Red+Green+Blue) = 7+12+78=97 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.22% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 78 (30.86% from 255 or 80.41% from 97); Max value from RGB is 78 - color contains mainly: blue. Hex color #070C4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070C4E is #F8F3B1. Grayscale: #111111. Windows color (decimal): -16315314 or 5114887. OLE color: 5114887.
HSL color Cylindrical-coordinate representation of color #070C4E: hue angle of 235.77º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #070C4E is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 12 | 78 | - |
| CMYK | 0.91 | 0.85 | 0 | 0.69 |
| HSL | 235.77º | 0.84% | 0.17% | - |
| HSV(B) | 235.77º | 0.91% | 0.31% | - |
| XYZ | 1.59 | 0.86 | 7.29 | - |
| YUV | 18.03 | 161.84 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 78 | 0.91 | 0.85 | 0 | 0.69 | 235.77 | 0.84 | 0.17 |
| Hex | 7 | C | 4E | 5B | 55 | 0 | 45 | EC | 54 | 11 |
| Octal | 7 | 14 | 116 | 133 | 125 | 0 | 105 | 354 | 124 | 21 |
| Binary | 111 | 1100 | 1001110 | 1011011 | 1010101 | 0 | 1000101 | 11101100 | 1010100 | 10001 |
Color Harmonies of #070C4E
Complementary color
Monochromatic Colors of #070C4E
Black with #070C4E
Text Example
Text Example
White with #070C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070C4E; }
p { color: rgb(7,12,78); }
H1.HeaderClassName
{
color: #070C4E;
}
.AnyTagClassName
{
color: #070C4E;
}
</style>
background-color css
<style>
a { background-color: #070C4E; }
a { background-color: rgb(7,12,78); }
div.DivClassName
{
background-color: #070C4E;
}
.BgClassName
{
background-color: #070C4E;
}
</style>
border-color css
<style>
span { border-color: #070C4E; }
span { border-color: rgb(7,12,78); }
td.TdClassName
{
border-color: #070C4E;
}
.TagClassName
{
border-color: #070C4E;
}
</style>