Shades of Sapphire #071954
Tints of Sapphire #071954
RGB
CMYK
RGB Variations
Color information
#071954 (or 0x071954) is known color: Sapphire. HEX triplet: 07, 19 and 54. RGB value is (7,25,84). Sum of RGB (Red+Green+Blue) = 7+25+84=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 84 (33.20% from 255 or 72.41% from 116); Max value from RGB is 84 - color contains mainly: blue. Hex color #071954 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071954 is #F8E6AB. Grayscale: #1A1A1A. Windows color (decimal): -16311980 or 5511431. OLE color: 5511431.
HSL color Cylindrical-coordinate representation of color #071954: hue angle of 225.97º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #071954 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 25 | 84 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.67 |
| HSL | 225.97º | 0.85% | 0.18% | - |
| HSV(B) | 225.97º | 0.92% | 0.33% | - |
| XYZ | 2.04 | 1.38 | 8.55 | - |
| YUV | 26.34 | 160.54 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 25 | 84 | 0.92 | 0.70 | 0 | 0.67 | 225.97 | 0.85 | 0.18 |
| Hex | 7 | 19 | 54 | 5C | 46 | 0 | 43 | E2 | 55 | 12 |
| Octal | 7 | 31 | 124 | 134 | 106 | 0 | 103 | 342 | 125 | 22 |
| Binary | 111 | 11001 | 1010100 | 1011100 | 1000110 | 0 | 1000011 | 11100010 | 1010101 | 10010 |
Color Harmonies of #071954
Complementary color
Monochromatic Colors of #071954
Black with #071954
Text Example
Text Example
White with #071954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071954; }
p { color: rgb(7,25,84); }
H1.HeaderClassName
{
color: #071954;
}
.AnyTagClassName
{
color: #071954;
}
</style>
background-color css
<style>
a { background-color: #071954; }
a { background-color: rgb(7,25,84); }
div.DivClassName
{
background-color: #071954;
}
.BgClassName
{
background-color: #071954;
}
</style>
border-color css
<style>
span { border-color: #071954; }
span { border-color: rgb(7,25,84); }
td.TdClassName
{
border-color: #071954;
}
.TagClassName
{
border-color: #071954;
}
</style>