Shades of Sapphire #071C69
Tints of Sapphire #071C69
RGB
CMYK
RGB Variations
Color information
#071C69 (or 0x071C69) is known color: Sapphire. HEX triplet: 07, 1C and 69. RGB value is (7,28,105). Sum of RGB (Red+Green+Blue) = 7+28+105=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 28 (11.33% from 255 or 20% from 140); Blue value is 105 (41.41% from 255 or 75% from 140); Max value from RGB is 105 - color contains mainly: blue. Hex color #071C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #071C69 is #F8E396. Grayscale: #1E1E1E. Windows color (decimal): -16311191 or 6888455. OLE color: 6888455.
HSL color Cylindrical-coordinate representation of color #071C69: hue angle of 227.14º 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 #071C69 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 28 | 105 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.59 |
| HSL | 227.14º | 0.88% | 0.22% | - |
| HSV(B) | 227.14º | 0.93% | 0.41% | - |
| XYZ | 3.05 | 1.9 | 13.57 | - |
| YUV | 30.5 | 170.04 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 28 | 105 | 0.93 | 0.73 | 0 | 0.59 | 227.14 | 0.88 | 0.22 |
| Hex | 7 | 1C | 69 | 5D | 49 | 0 | 3B | E3 | 58 | 16 |
| Octal | 7 | 34 | 151 | 135 | 111 | 0 | 73 | 343 | 130 | 26 |
| Binary | 111 | 11100 | 1101001 | 1011101 | 1001001 | 0 | 111011 | 11100011 | 1011000 | 10110 |
Color Harmonies of #071C69
Complementary color
Monochromatic Colors of #071C69
Black with #071C69
Text Example
Text Example
White with #071C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071C69; }
p { color: rgb(7,28,105); }
H1.HeaderClassName
{
color: #071C69;
}
.AnyTagClassName
{
color: #071C69;
}
</style>
background-color css
<style>
a { background-color: #071C69; }
a { background-color: rgb(7,28,105); }
div.DivClassName
{
background-color: #071C69;
}
.BgClassName
{
background-color: #071C69;
}
</style>
border-color css
<style>
span { border-color: #071C69; }
span { border-color: rgb(7,28,105); }
td.TdClassName
{
border-color: #071C69;
}
.TagClassName
{
border-color: #071C69;
}
</style>