Shades of Sapphire #07154C
Tints of Sapphire #07154C
RGB
CMYK
RGB Variations
Color information
#07154C (or 0x07154C) is known color: Sapphire. HEX triplet: 07, 15 and 4C. RGB value is (7,21,76). Sum of RGB (Red+Green+Blue) = 7+21+76=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 76 (30.08% from 255 or 73.08% from 104); Max value from RGB is 76 - color contains mainly: blue. Hex color #07154C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07154C is #F8EAB3. Grayscale: #161616. Windows color (decimal): -16313012 or 4986119. OLE color: 4986119.
HSL color Cylindrical-coordinate representation of color #07154C: hue angle of 227.83º 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 #07154C is Cyan = 0.91, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 21 | 76 | - |
| CMYK | 0.91 | 0.72 | 0 | 0.70 |
| HSL | 227.83º | 0.83% | 0.16% | - |
| HSV(B) | 227.83º | 0.91% | 0.3% | - |
| XYZ | 1.66 | 1.1 | 6.96 | - |
| YUV | 23.08 | 157.86 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 76 | 0.91 | 0.72 | 0 | 0.70 | 227.83 | 0.83 | 0.16 |
| Hex | 7 | 15 | 4C | 5B | 48 | 0 | 46 | E4 | 53 | 10 |
| Octal | 7 | 25 | 114 | 133 | 110 | 0 | 106 | 344 | 123 | 20 |
| Binary | 111 | 10101 | 1001100 | 1011011 | 1001000 | 0 | 1000110 | 11100100 | 1010011 | 10000 |
Color Harmonies of #07154C
Complementary color
Monochromatic Colors of #07154C
Black with #07154C
Text Example
Text Example
White with #07154C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07154C; }
p { color: rgb(7,21,76); }
H1.HeaderClassName
{
color: #07154C;
}
.AnyTagClassName
{
color: #07154C;
}
</style>
background-color css
<style>
a { background-color: #07154C; }
a { background-color: rgb(7,21,76); }
div.DivClassName
{
background-color: #07154C;
}
.BgClassName
{
background-color: #07154C;
}
</style>
border-color css
<style>
span { border-color: #07154C; }
span { border-color: rgb(7,21,76); }
td.TdClassName
{
border-color: #07154C;
}
.TagClassName
{
border-color: #07154C;
}
</style>