#071660

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

Shades of Sapphire #071660

Tints of Sapphire #071660

Color information

#071660 (or 0x071660) is unknown color: approx Sapphire. HEX triplet: 07, 16 and 60. RGB value is (7,22,96). Sum of RGB (Red+Green+Blue) = 7+22+96=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 96 (37.89% from 255 or 76.8% from 125); Max value from RGB is 96 - color contains mainly: blue. Hex color #071660 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071660 is #F8E99F. Grayscale: #191919. Windows color (decimal): -16312736 or 6297095. OLE color: 6297095.

HSL color Cylindrical-coordinate representation of color #071660: hue angle of 229.89º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #071660 is Cyan = 0.93, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB72296-
CMYK0.930.7700.62
HSL229.89º86.41%20.2%-
HSV(B)229.89º92.71%37.65%-
XYZ2.491.4611.22-
YUV25.95167.53114.48-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.6%
GREEN value IS 22 (8.98% from 255) = 17.6%
BLUE value IS 96 (37.89% from 255) = 76.8%
R=5.6%
G=17.6%
B=76.8%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal722960.930.7700.62229.8986.4120.2
Hex716605D4D03Ee65614
Octal72614013511507634612624
Binary11110110110000010111011001101011111011100110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071660; }

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

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

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

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

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

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

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

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