Shades of Sapphire #071869
Tints of Sapphire #071869
RGB
CMYK
RGB Variations
Color information
#071869 (or 0x071869) is known color: Sapphire. HEX triplet: 07, 18 and 69. RGB value is (7,24,105). Sum of RGB (Red+Green+Blue) = 7+24+105=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 105 (41.41% from 255 or 77.21% from 136); Max value from RGB is 105 - color contains mainly: blue. Hex color #071869 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071869 is #F8E796. Grayscale: #1B1B1B. Windows color (decimal): -16312215 or 6887431. OLE color: 6887431.
HSL color Cylindrical-coordinate representation of color #071869: hue angle of 229.59º 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 #071869 is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 24 | 105 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.59 |
| HSL | 229.59º | 0.88% | 0.22% | - |
| HSV(B) | 229.59º | 0.93% | 0.41% | - |
| XYZ | 2.96 | 1.72 | 13.54 | - |
| YUV | 28.15 | 171.37 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 105 | 0.93 | 0.77 | 0 | 0.59 | 229.59 | 0.88 | 0.22 |
| Hex | 7 | 18 | 69 | 5D | 4D | 0 | 3B | E6 | 58 | 16 |
| Octal | 7 | 30 | 151 | 135 | 115 | 0 | 73 | 346 | 130 | 26 |
| Binary | 111 | 11000 | 1101001 | 1011101 | 1001101 | 0 | 111011 | 11100110 | 1011000 | 10110 |
Color Harmonies of #071869
Complementary color
Monochromatic Colors of #071869
Black with #071869
Text Example
Text Example
White with #071869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071869; }
p { color: rgb(7,24,105); }
H1.HeaderClassName
{
color: #071869;
}
.AnyTagClassName
{
color: #071869;
}
</style>
background-color css
<style>
a { background-color: #071869; }
a { background-color: rgb(7,24,105); }
div.DivClassName
{
background-color: #071869;
}
.BgClassName
{
background-color: #071869;
}
</style>
border-color css
<style>
span { border-color: #071869; }
span { border-color: rgb(7,24,105); }
td.TdClassName
{
border-color: #071869;
}
.TagClassName
{
border-color: #071869;
}
</style>