Shades of Sapphire #07185E
Tints of Sapphire #07185E
RGB
CMYK
RGB Variations
Color information
#07185E (or 0x07185E) is known color: Sapphire. HEX triplet: 07, 18 and 5E. RGB value is (7,24,94). Sum of RGB (Red+Green+Blue) = 7+24+94=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 94 (37.11% from 255 or 75.2% from 125); Max value from RGB is 94 - color contains mainly: blue. Hex color #07185E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07185E is #F8E7A1. Grayscale: #1A1A1A. Windows color (decimal): -16312226 or 6166535. OLE color: 6166535.
HSL color Cylindrical-coordinate representation of color #07185E: hue angle of 228.28º 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 #07185E is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 7 | 24 | 94 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.63 |
| HSL | 228.28º | 0.86% | 0.2% | - |
| HSV(B) | 228.28º | 0.93% | 0.37% | - |
| XYZ | 2.43 | 1.51 | 10.75 | - |
| YUV | 26.9 | 165.87 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 94 | 0.93 | 0.74 | 0 | 0.63 | 228.28 | 0.86 | 0.2 |
| Hex | 7 | 18 | 5E | 5D | 4A | 0 | 3F | E4 | 56 | 14 |
| Octal | 7 | 30 | 136 | 135 | 112 | 0 | 77 | 344 | 126 | 24 |
| Binary | 111 | 11000 | 1011110 | 1011101 | 1001010 | 0 | 111111 | 11100100 | 1010110 | 10100 |
Color Harmonies of #07185E
Complementary color
Monochromatic Colors of #07185E
Black with #07185E
Text Example
Text Example
White with #07185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07185E; }
p { color: rgb(7,24,94); }
H1.HeaderClassName
{
color: #07185E;
}
.AnyTagClassName
{
color: #07185E;
}
</style>
background-color css
<style>
a { background-color: #07185E; }
a { background-color: rgb(7,24,94); }
div.DivClassName
{
background-color: #07185E;
}
.BgClassName
{
background-color: #07185E;
}
</style>
border-color css
<style>
span { border-color: #07185E; }
span { border-color: rgb(7,24,94); }
td.TdClassName
{
border-color: #07185E;
}
.TagClassName
{
border-color: #07185E;
}
</style>