Shades of Sapphire #07184C
Tints of Sapphire #07184C
RGB
CMYK
RGB Variations
Color information
#07184C (or 0x07184C) is known color: Sapphire. HEX triplet: 07, 18 and 4C. RGB value is (7,24,76). Sum of RGB (Red+Green+Blue) = 7+24+76=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 24 (9.77% from 255 or 22.43% from 107); Blue value is 76 (30.08% from 255 or 71.03% from 107); Max value from RGB is 76 - color contains mainly: blue. Hex color #07184C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07184C is #F8E7B3. Grayscale: #181818. Windows color (decimal): -16312244 or 4986887. OLE color: 4986887.
HSL color Cylindrical-coordinate representation of color #07184C: hue angle of 225.22º 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 #07184C is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 24 | 76 | - |
| CMYK | 0.91 | 0.68 | 0 | 0.70 |
| HSL | 225.22º | 0.83% | 0.16% | - |
| HSV(B) | 225.22º | 0.91% | 0.3% | - |
| XYZ | 1.72 | 1.22 | 6.98 | - |
| YUV | 24.85 | 156.87 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 76 | 0.91 | 0.68 | 0 | 0.70 | 225.22 | 0.83 | 0.16 |
| Hex | 7 | 18 | 4C | 5B | 44 | 0 | 46 | E1 | 53 | 10 |
| Octal | 7 | 30 | 114 | 133 | 104 | 0 | 106 | 341 | 123 | 20 |
| Binary | 111 | 11000 | 1001100 | 1011011 | 1000100 | 0 | 1000110 | 11100001 | 1010011 | 10000 |
Color Harmonies of #07184C
Complementary color
Monochromatic Colors of #07184C
Black with #07184C
Text Example
Text Example
White with #07184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07184C; }
p { color: rgb(7,24,76); }
H1.HeaderClassName
{
color: #07184C;
}
.AnyTagClassName
{
color: #07184C;
}
</style>
background-color css
<style>
a { background-color: #07184C; }
a { background-color: rgb(7,24,76); }
div.DivClassName
{
background-color: #07184C;
}
.BgClassName
{
background-color: #07184C;
}
</style>
border-color css
<style>
span { border-color: #07184C; }
span { border-color: rgb(7,24,76); }
td.TdClassName
{
border-color: #07184C;
}
.TagClassName
{
border-color: #07184C;
}
</style>