Shades of Sapphire #07185F
Tints of Sapphire #07185F
RGB
CMYK
RGB Variations
Color information
#07185F (or 0x07185F) is known color: Sapphire. HEX triplet: 07, 18 and 5F. RGB value is (7,24,95). Sum of RGB (Red+Green+Blue) = 7+24+95=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 95 (37.5% from 255 or 75.40% from 126); Max value from RGB is 95 - color contains mainly: blue. Hex color #07185F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07185F is #F8E7A0. Grayscale: #1A1A1A. Windows color (decimal): -16312225 or 6232071. OLE color: 6232071.
HSL color Cylindrical-coordinate representation of color #07185F: hue angle of 228.41º 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 #07185F is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 7 | 24 | 95 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.63 |
| HSL | 228.41º | 0.86% | 0.2% | - |
| HSV(B) | 228.41º | 0.93% | 0.37% | - |
| XYZ | 2.48 | 1.52 | 10.99 | - |
| YUV | 27.01 | 166.37 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 95 | 0.93 | 0.75 | 0 | 0.63 | 228.41 | 0.86 | 0.2 |
| Hex | 7 | 18 | 5F | 5D | 4B | 0 | 3F | E4 | 56 | 14 |
| Octal | 7 | 30 | 137 | 135 | 113 | 0 | 77 | 344 | 126 | 24 |
| Binary | 111 | 11000 | 1011111 | 1011101 | 1001011 | 0 | 111111 | 11100100 | 1010110 | 10100 |
Color Harmonies of #07185F
Complementary color
Monochromatic Colors of #07185F
Black with #07185F
Text Example
Text Example
White with #07185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07185F; }
p { color: rgb(7,24,95); }
H1.HeaderClassName
{
color: #07185F;
}
.AnyTagClassName
{
color: #07185F;
}
</style>
background-color css
<style>
a { background-color: #07185F; }
a { background-color: rgb(7,24,95); }
div.DivClassName
{
background-color: #07185F;
}
.BgClassName
{
background-color: #07185F;
}
</style>
border-color css
<style>
span { border-color: #07185F; }
span { border-color: rgb(7,24,95); }
td.TdClassName
{
border-color: #07185F;
}
.TagClassName
{
border-color: #07185F;
}
</style>