Shades of Sapphire #07144D
Tints of Sapphire #07144D
RGB
CMYK
RGB Variations
Color information
#07144D (or 0x07144D) is known color: Sapphire. HEX triplet: 07, 14 and 4D. RGB value is (7,20,77). Sum of RGB (Red+Green+Blue) = 7+20+77=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 77 (30.47% from 255 or 74.04% from 104); Max value from RGB is 77 - color contains mainly: blue. Hex color #07144D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07144D is #F8EBB2. Grayscale: #161616. Windows color (decimal): -16313267 or 5051399. OLE color: 5051399.
HSL color Cylindrical-coordinate representation of color #07144D: hue angle of 228.86º 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 #07144D is Cyan = 0.91, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 20 | 77 | - |
| CMYK | 0.91 | 0.74 | 0 | 0.70 |
| HSL | 228.86º | 0.83% | 0.16% | - |
| HSV(B) | 228.86º | 0.91% | 0.3% | - |
| XYZ | 1.68 | 1.08 | 7.14 | - |
| YUV | 22.61 | 158.69 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 77 | 0.91 | 0.74 | 0 | 0.70 | 228.86 | 0.83 | 0.16 |
| Hex | 7 | 14 | 4D | 5B | 4A | 0 | 46 | E5 | 53 | 10 |
| Octal | 7 | 24 | 115 | 133 | 112 | 0 | 106 | 345 | 123 | 20 |
| Binary | 111 | 10100 | 1001101 | 1011011 | 1001010 | 0 | 1000110 | 11100101 | 1010011 | 10000 |
Color Harmonies of #07144D
Complementary color
Monochromatic Colors of #07144D
Black with #07144D
Text Example
Text Example
White with #07144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07144D; }
p { color: rgb(7,20,77); }
H1.HeaderClassName
{
color: #07144D;
}
.AnyTagClassName
{
color: #07144D;
}
</style>
background-color css
<style>
a { background-color: #07144D; }
a { background-color: rgb(7,20,77); }
div.DivClassName
{
background-color: #07144D;
}
.BgClassName
{
background-color: #07144D;
}
</style>
border-color css
<style>
span { border-color: #07144D; }
span { border-color: rgb(7,20,77); }
td.TdClassName
{
border-color: #07144D;
}
.TagClassName
{
border-color: #07144D;
}
</style>