Shades of Sapphire #07144F
Tints of Sapphire #07144F
RGB
CMYK
RGB Variations
Color information
#07144F (or 0x07144F) is known color: Sapphire. HEX triplet: 07, 14 and 4F. RGB value is (7,20,79). Sum of RGB (Red+Green+Blue) = 7+20+79=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 20 (8.20% from 255 or 18.87% from 106); Blue value is 79 (31.25% from 255 or 74.53% from 106); Max value from RGB is 79 - color contains mainly: blue. Hex color #07144F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07144F is #F8EBB0. Grayscale: #161616. Windows color (decimal): -16313265 or 5182471. OLE color: 5182471.
HSL color Cylindrical-coordinate representation of color #07144F: hue angle of 229.17º 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 #07144F is Cyan = 0.91, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 20 | 79 | - |
| CMYK | 0.91 | 0.75 | 0 | 0.69 |
| HSL | 229.17º | 0.84% | 0.17% | - |
| HSV(B) | 229.17º | 0.91% | 0.31% | - |
| XYZ | 1.75 | 1.11 | 7.52 | - |
| YUV | 22.84 | 159.69 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 79 | 0.91 | 0.75 | 0 | 0.69 | 229.17 | 0.84 | 0.17 |
| Hex | 7 | 14 | 4F | 5B | 4B | 0 | 45 | E5 | 54 | 11 |
| Octal | 7 | 24 | 117 | 133 | 113 | 0 | 105 | 345 | 124 | 21 |
| Binary | 111 | 10100 | 1001111 | 1011011 | 1001011 | 0 | 1000101 | 11100101 | 1010100 | 10001 |
Color Harmonies of #07144F
Complementary color
Monochromatic Colors of #07144F
Black with #07144F
Text Example
Text Example
White with #07144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07144F; }
p { color: rgb(7,20,79); }
H1.HeaderClassName
{
color: #07144F;
}
.AnyTagClassName
{
color: #07144F;
}
</style>
background-color css
<style>
a { background-color: #07144F; }
a { background-color: rgb(7,20,79); }
div.DivClassName
{
background-color: #07144F;
}
.BgClassName
{
background-color: #07144F;
}
</style>
border-color css
<style>
span { border-color: #07144F; }
span { border-color: rgb(7,20,79); }
td.TdClassName
{
border-color: #07144F;
}
.TagClassName
{
border-color: #07144F;
}
</style>