Shades of Sapphire #071358
Tints of Sapphire #071358
RGB
CMYK
RGB Variations
Color information
#071358 (or 0x071358) is known color: Sapphire. HEX triplet: 07, 13 and 58. RGB value is (7,19,88). Sum of RGB (Red+Green+Blue) = 7+19+88=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 88 (34.77% from 255 or 77.19% from 114); Max value from RGB is 88 - color contains mainly: blue. Hex color #071358 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071358 is #F8ECA7. Grayscale: #161616. Windows color (decimal): -16313512 or 5772039. OLE color: 5772039.
HSL color Cylindrical-coordinate representation of color #071358: hue angle of 231.11º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #071358 is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 19 | 88 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.65 |
| HSL | 231.11º | 0.85% | 0.19% | - |
| HSV(B) | 231.11º | 0.92% | 0.35% | - |
| XYZ | 2.08 | 1.22 | 9.36 | - |
| YUV | 23.28 | 164.52 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 88 | 0.92 | 0.78 | 0 | 0.65 | 231.11 | 0.85 | 0.19 |
| Hex | 7 | 13 | 58 | 5C | 4E | 0 | 41 | E7 | 55 | 13 |
| Octal | 7 | 23 | 130 | 134 | 116 | 0 | 101 | 347 | 125 | 23 |
| Binary | 111 | 10011 | 1011000 | 1011100 | 1001110 | 0 | 1000001 | 11100111 | 1010101 | 10011 |
Color Harmonies of #071358
Complementary color
Monochromatic Colors of #071358
Black with #071358
Text Example
Text Example
White with #071358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071358; }
p { color: rgb(7,19,88); }
H1.HeaderClassName
{
color: #071358;
}
.AnyTagClassName
{
color: #071358;
}
</style>
background-color css
<style>
a { background-color: #071358; }
a { background-color: rgb(7,19,88); }
div.DivClassName
{
background-color: #071358;
}
.BgClassName
{
background-color: #071358;
}
</style>
border-color css
<style>
span { border-color: #071358; }
span { border-color: rgb(7,19,88); }
td.TdClassName
{
border-color: #071358;
}
.TagClassName
{
border-color: #071358;
}
</style>