#071656

Color #071656 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #071656

Tints of Sapphire #071656

Color information

#071656 (or 0x071656) is unknown color: approx Sapphire. HEX triplet: 07, 16 and 56. RGB value is (7,22,86). Sum of RGB (Red+Green+Blue) = 7+22+86=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 22 (8.98% from 255 or 19.13% from 115); Blue value is 86 (33.98% from 255 or 74.78% from 115); Max value from RGB is 86 - color contains mainly: blue. Hex color #071656 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071656 is #F8E9A9. Grayscale: #181818. Windows color (decimal): -16312746 or 5641735. OLE color: 5641735.

HSL color Cylindrical-coordinate representation of color #071656: hue angle of 228.61º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #071656 is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB72286-
CMYK0.920.7400.66
HSL228.61º84.95%18.24%-
HSV(B)228.61º91.86%33.73%-
XYZ2.051.298.94-
YUV24.81162.53115.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 6.09%
GREEN value IS 22 (8.98% from 255) = 19.13%
BLUE value IS 86 (33.98% from 255) = 74.78%
R=6.09%
G=19.13%
B=74.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal722860.920.7400.66228.6184.9518.24
Hex716565C4A042e55512
Octal726126134112010234512522
Binary111101101010110101110010010100100001011100101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071656; }

 p { color: rgb(7,22,86); }

 H1.HeaderClassName
 {
   color: #071656;
 }
 .AnyTagClassName
 {
   color: #071656;
 }
</style>
background-color css

<style>
 a { background-color: #071656; }

 a { background-color: rgb(7,22,86); }

 div.DivClassName
 {
   background-color: #071656;
 }
 .BgClassName
 {
   background-color: #071656;
 }
</style>
border-color css

<style>
 span { border-color: #071656; }

 span { border-color: rgb(7,22,86); }

 td.TdClassName
 {
   border-color: #071656;
 }
 .TagClassName
 {
   border-color: #071656;
 }
</style>