Shades of Sapphire #071A54
Tints of Sapphire #071A54
RGB
CMYK
RGB Variations
Color information
#071A54 (or 0x071A54) is known color: Sapphire. HEX triplet: 07, 1A and 54. RGB value is (7,26,84). Sum of RGB (Red+Green+Blue) = 7+26+84=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 26 (10.55% from 255 or 22.22% from 117); Blue value is 84 (33.20% from 255 or 71.79% from 117); Max value from RGB is 84 - color contains mainly: blue. Hex color #071A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071A54 is #F8E5AB. Grayscale: #1A1A1A. Windows color (decimal): -16311724 or 5511687. OLE color: 5511687.
HSL color Cylindrical-coordinate representation of color #071A54: hue angle of 225.19º 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 #071A54 is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 26 | 84 | - |
| CMYK | 0.92 | 0.69 | 0 | 0.67 |
| HSL | 225.19º | 0.85% | 0.18% | - |
| HSV(B) | 225.19º | 0.92% | 0.33% | - |
| XYZ | 2.06 | 1.42 | 8.55 | - |
| YUV | 26.93 | 160.21 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 26 | 84 | 0.92 | 0.69 | 0 | 0.67 | 225.19 | 0.85 | 0.18 |
| Hex | 7 | 1A | 54 | 5C | 45 | 0 | 43 | E1 | 55 | 12 |
| Octal | 7 | 32 | 124 | 134 | 105 | 0 | 103 | 341 | 125 | 22 |
| Binary | 111 | 11010 | 1010100 | 1011100 | 1000101 | 0 | 1000011 | 11100001 | 1010101 | 10010 |
Color Harmonies of #071A54
Complementary color
Monochromatic Colors of #071A54
Black with #071A54
Text Example
Text Example
White with #071A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071A54; }
p { color: rgb(7,26,84); }
H1.HeaderClassName
{
color: #071A54;
}
.AnyTagClassName
{
color: #071A54;
}
</style>
background-color css
<style>
a { background-color: #071A54; }
a { background-color: rgb(7,26,84); }
div.DivClassName
{
background-color: #071A54;
}
.BgClassName
{
background-color: #071A54;
}
</style>
border-color css
<style>
span { border-color: #071A54; }
span { border-color: rgb(7,26,84); }
td.TdClassName
{
border-color: #071A54;
}
.TagClassName
{
border-color: #071A54;
}
</style>