Shades of Sapphire #071A69
Tints of Sapphire #071A69
RGB
CMYK
RGB Variations
Color information
#071A69 (or 0x071A69) is known color: Sapphire. HEX triplet: 07, 1A and 69. RGB value is (7,26,105). Sum of RGB (Red+Green+Blue) = 7+26+105=138 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.07% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 105 (41.41% from 255 or 76.09% from 138); Max value from RGB is 105 - color contains mainly: blue. Hex color #071A69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071A69 is #F8E596. Grayscale: #1C1C1C. Windows color (decimal): -16311703 or 6887943. OLE color: 6887943.
HSL color Cylindrical-coordinate representation of color #071A69: hue angle of 228.37º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #071A69 is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 26 | 105 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.59 |
| HSL | 228.37º | 0.88% | 0.22% | - |
| HSV(B) | 228.37º | 0.93% | 0.41% | - |
| XYZ | 3.01 | 1.8 | 13.55 | - |
| YUV | 29.33 | 170.71 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 26 | 105 | 0.93 | 0.75 | 0 | 0.59 | 228.37 | 0.88 | 0.22 |
| Hex | 7 | 1A | 69 | 5D | 4B | 0 | 3B | E4 | 58 | 16 |
| Octal | 7 | 32 | 151 | 135 | 113 | 0 | 73 | 344 | 130 | 26 |
| Binary | 111 | 11010 | 1101001 | 1011101 | 1001011 | 0 | 111011 | 11100100 | 1011000 | 10110 |
Color Harmonies of #071A69
Complementary color
Monochromatic Colors of #071A69
Black with #071A69
Text Example
Text Example
White with #071A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071A69; }
p { color: rgb(7,26,105); }
H1.HeaderClassName
{
color: #071A69;
}
.AnyTagClassName
{
color: #071A69;
}
</style>
background-color css
<style>
a { background-color: #071A69; }
a { background-color: rgb(7,26,105); }
div.DivClassName
{
background-color: #071A69;
}
.BgClassName
{
background-color: #071A69;
}
</style>
border-color css
<style>
span { border-color: #071A69; }
span { border-color: rgb(7,26,105); }
td.TdClassName
{
border-color: #071A69;
}
.TagClassName
{
border-color: #071A69;
}
</style>