Shades of Sapphire #07184D
Tints of Sapphire #07184D
RGB
CMYK
RGB Variations
Color information
#07184D (or 0x07184D) is known color: Sapphire. HEX triplet: 07, 18 and 4D. RGB value is (7,24,77). Sum of RGB (Red+Green+Blue) = 7+24+77=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 77 (30.47% from 255 or 71.30% from 108); Max value from RGB is 77 - color contains mainly: blue. Hex color #07184D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07184D is #F8E7B2. Grayscale: #181818. Windows color (decimal): -16312243 or 5052423. OLE color: 5052423.
HSL color Cylindrical-coordinate representation of color #07184D: hue angle of 225.43º 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 #07184D is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 24 | 77 | - |
| CMYK | 0.91 | 0.69 | 0 | 0.70 |
| HSL | 225.43º | 0.83% | 0.16% | - |
| HSV(B) | 225.43º | 0.91% | 0.3% | - |
| XYZ | 1.75 | 1.23 | 7.17 | - |
| YUV | 24.96 | 157.37 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 77 | 0.91 | 0.69 | 0 | 0.70 | 225.43 | 0.83 | 0.16 |
| Hex | 7 | 18 | 4D | 5B | 45 | 0 | 46 | E1 | 53 | 10 |
| Octal | 7 | 30 | 115 | 133 | 105 | 0 | 106 | 341 | 123 | 20 |
| Binary | 111 | 11000 | 1001101 | 1011011 | 1000101 | 0 | 1000110 | 11100001 | 1010011 | 10000 |
Color Harmonies of #07184D
Complementary color
Monochromatic Colors of #07184D
Black with #07184D
Text Example
Text Example
White with #07184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07184D; }
p { color: rgb(7,24,77); }
H1.HeaderClassName
{
color: #07184D;
}
.AnyTagClassName
{
color: #07184D;
}
</style>
background-color css
<style>
a { background-color: #07184D; }
a { background-color: rgb(7,24,77); }
div.DivClassName
{
background-color: #07184D;
}
.BgClassName
{
background-color: #07184D;
}
</style>
border-color css
<style>
span { border-color: #07184D; }
span { border-color: rgb(7,24,77); }
td.TdClassName
{
border-color: #07184D;
}
.TagClassName
{
border-color: #07184D;
}
</style>