Shades of Sapphire #07145F
Tints of Sapphire #07145F
RGB
CMYK
RGB Variations
Color information
#07145F (or 0x07145F) is known color: Sapphire. HEX triplet: 07, 14 and 5F. RGB value is (7,20,95). Sum of RGB (Red+Green+Blue) = 7+20+95=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 95 (37.5% from 255 or 77.87% from 122); Max value from RGB is 95 - color contains mainly: blue. Hex color #07145F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07145F is #F8EBA0. Grayscale: #181818. Windows color (decimal): -16313249 or 6231047. OLE color: 6231047.
HSL color Cylindrical-coordinate representation of color #07145F: hue angle of 231.14º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07145F is Cyan = 0.93, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 7 | 20 | 95 | - |
| CMYK | 0.93 | 0.79 | 0 | 0.63 |
| HSL | 231.14º | 0.86% | 0.2% | - |
| HSV(B) | 231.14º | 0.93% | 0.37% | - |
| XYZ | 2.4 | 1.37 | 10.96 | - |
| YUV | 24.66 | 167.69 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 95 | 0.93 | 0.79 | 0 | 0.63 | 231.14 | 0.86 | 0.2 |
| Hex | 7 | 14 | 5F | 5D | 4F | 0 | 3F | E7 | 56 | 14 |
| Octal | 7 | 24 | 137 | 135 | 117 | 0 | 77 | 347 | 126 | 24 |
| Binary | 111 | 10100 | 1011111 | 1011101 | 1001111 | 0 | 111111 | 11100111 | 1010110 | 10100 |
Color Harmonies of #07145F
Complementary color
Monochromatic Colors of #07145F
Black with #07145F
Text Example
Text Example
White with #07145F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07145F; }
p { color: rgb(7,20,95); }
H1.HeaderClassName
{
color: #07145F;
}
.AnyTagClassName
{
color: #07145F;
}
</style>
background-color css
<style>
a { background-color: #07145F; }
a { background-color: rgb(7,20,95); }
div.DivClassName
{
background-color: #07145F;
}
.BgClassName
{
background-color: #07145F;
}
</style>
border-color css
<style>
span { border-color: #07145F; }
span { border-color: rgb(7,20,95); }
td.TdClassName
{
border-color: #07145F;
}
.TagClassName
{
border-color: #07145F;
}
</style>