Shades of Sapphire #071867
Tints of Sapphire #071867
RGB
CMYK
RGB Variations
Color information
#071867 (or 0x071867) is known color: Sapphire. HEX triplet: 07, 18 and 67. RGB value is (7,24,103). Sum of RGB (Red+Green+Blue) = 7+24+103=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 103 (40.62% from 255 or 76.87% from 134); Max value from RGB is 103 - color contains mainly: blue. Hex color #071867 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071867 is #F8E798. Grayscale: #1B1B1B. Windows color (decimal): -16312217 or 6756359. OLE color: 6756359.
HSL color Cylindrical-coordinate representation of color #071867: hue angle of 229.38º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #071867 is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 24 | 103 | - |
| CMYK | 0.93 | 0.77 | 0 | 0.60 |
| HSL | 229.38º | 0.87% | 0.22% | - |
| HSV(B) | 229.38º | 0.93% | 0.4% | - |
| XYZ | 2.86 | 1.68 | 13 | - |
| YUV | 27.92 | 170.37 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 103 | 0.93 | 0.77 | 0 | 0.60 | 229.38 | 0.87 | 0.22 |
| Hex | 7 | 18 | 67 | 5D | 4D | 0 | 3C | E5 | 57 | 16 |
| Octal | 7 | 30 | 147 | 135 | 115 | 0 | 74 | 345 | 127 | 26 |
| Binary | 111 | 11000 | 1100111 | 1011101 | 1001101 | 0 | 111100 | 11100101 | 1010111 | 10110 |
Color Harmonies of #071867
Complementary color
Monochromatic Colors of #071867
Black with #071867
Text Example
Text Example
White with #071867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071867; }
p { color: rgb(7,24,103); }
H1.HeaderClassName
{
color: #071867;
}
.AnyTagClassName
{
color: #071867;
}
</style>
background-color css
<style>
a { background-color: #071867; }
a { background-color: rgb(7,24,103); }
div.DivClassName
{
background-color: #071867;
}
.BgClassName
{
background-color: #071867;
}
</style>
border-color css
<style>
span { border-color: #071867; }
span { border-color: rgb(7,24,103); }
td.TdClassName
{
border-color: #071867;
}
.TagClassName
{
border-color: #071867;
}
</style>