#071659

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

Shades of Sapphire #071659

Tints of Sapphire #071659

Color information

#071659 (or 0x071659) is unknown color: approx Sapphire. HEX triplet: 07, 16 and 59. RGB value is (7,22,89). Sum of RGB (Red+Green+Blue) = 7+22+89=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 89 (35.16% from 255 or 75.42% from 118); Max value from RGB is 89 - color contains mainly: blue. Hex color #071659 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071659 is #F8E9A6. Grayscale: #181818. Windows color (decimal): -16312743 or 5838343. OLE color: 5838343.

HSL color Cylindrical-coordinate representation of color #071659: hue angle of 229.02º 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 #071659 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB72289-
CMYK0.920.7500.65
HSL229.02º85.42%18.82%-
HSV(B)229.02º92.13%34.9%-
XYZ2.181.349.6-
YUV25.15164.03115.05-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.93%
GREEN value IS 22 (8.98% from 255) = 18.64%
BLUE value IS 89 (35.16% from 255) = 75.42%
R=5.93%
G=18.64%
B=75.42%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal722890.920.7500.65229.0285.4218.82
Hex716595C4B041e55513
Octal726131134113010134512523
Binary111101101011001101110010010110100000111100101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071659; }

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

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

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

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

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

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

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

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